| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdio.github.nkxrb |
| ArtifactId | ArtifactIdbudgiant-parent |
| Version | Version1.0.0-RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| budgiant-parent-1.0.0-RELEASE.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-parent/ -->
<dependency>
<groupId>io.github.nkxrb</groupId>
<artifactId>budgiant-parent</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-parent/
implementation 'io.github.nkxrb:budgiant-parent:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.nkxrb/budgiant-parent/
implementation ("io.github.nkxrb:budgiant-parent:1.0.0-RELEASE")
'io.github.nkxrb:budgiant-parent:pom:1.0.0-RELEASE'
<dependency org="io.github.nkxrb" name="budgiant-parent" rev="1.0.0-RELEASE">
<artifact name="budgiant-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.nkxrb', module='budgiant-parent', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.nkxrb" % "budgiant-parent" % "1.0.0-RELEASE"
[io.github.nkxrb/budgiant-parent "1.0.0-RELEASE"]