Dependency

fun Dependency(group: String, artifactId: String, version: String, md5Hash: String? = null)

Parameters

group

The group id of the dependency

artifactId

The artifact id of the dependency

version

The version of the dependency

md5Hash

The md5 hash of the dependency, if null the downloader will not check the md5 hash (Which is not recommended)