License |
License |
---|---|
Categories |
CategoriesAnt Build Tools CLI User Interface |
GroupId | GroupIdio.github.nkxrb |
ArtifactId | ArtifactIdbudgiant-client |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-client/ -->
<dependency>
<groupId>io.github.nkxrb</groupId>
<artifactId>budgiant-client</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-client/
implementation 'io.github.nkxrb:budgiant-client:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-client/
implementation ("io.github.nkxrb:budgiant-client:1.0.0-RELEASE")
'io.github.nkxrb:budgiant-client:jar:1.0.0-RELEASE'
<dependency org="io.github.nkxrb" name="budgiant-client" rev="1.0.0-RELEASE">
<artifact name="budgiant-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nkxrb', module='budgiant-client', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.nkxrb" % "budgiant-client" % "1.0.0-RELEASE"
[io.github.nkxrb/budgiant-client "1.0.0-RELEASE"]