| License |
License |
|---|---|
| GroupId | GroupIdorg.sonatype.buup |
| ArtifactId | ArtifactIdbuup |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSonatype BUndle UPgrader (Parent)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| buup-1.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.buup/buup/ -->
<dependency>
<groupId>org.sonatype.buup</groupId>
<artifactId>buup</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.buup/buup/
implementation 'org.sonatype.buup:buup:1.0'
// https://jarcasting.com/artifacts/org.sonatype.buup/buup/
implementation ("org.sonatype.buup:buup:1.0")
'org.sonatype.buup:buup:pom:1.0'
<dependency org="org.sonatype.buup" name="buup" rev="1.0">
<artifact name="buup" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.buup', module='buup', version='1.0')
)
libraryDependencies += "org.sonatype.buup" % "buup" % "1.0"
[org.sonatype.buup/buup "1.0"]