dependency

fun dependency(dependency: String)

Add a dependency to be included in the jar.

Parameters

dependency

The string that identifies the dependency such as: org.package:myLibrary:2.3.1.


fun dependency(dependency: Dependency)

Add a dependency to be included in the jar.

Parameters

dependency

The Dependency to add.