Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.nkxrb |
ArtifactId | ArtifactIdbudgiant-utils |
Version | Version1.1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-utils/ -->
<dependency>
<groupId>io.github.nkxrb</groupId>
<artifactId>budgiant-utils</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-utils/
implementation 'io.github.nkxrb:budgiant-utils:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-utils/
implementation ("io.github.nkxrb:budgiant-utils:1.1.0-RELEASE")
'io.github.nkxrb:budgiant-utils:jar:1.1.0-RELEASE'
<dependency org="io.github.nkxrb" name="budgiant-utils" rev="1.1.0-RELEASE">
<artifact name="budgiant-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nkxrb', module='budgiant-utils', version='1.1.0-RELEASE')
)
libraryDependencies += "io.github.nkxrb" % "budgiant-utils" % "1.1.0-RELEASE"
[io.github.nkxrb/budgiant-utils "1.1.0-RELEASE"]