Categories |
CategoriesOther General Purpose Libraries |
---|---|
GroupId | GroupIdorg.sonatype.nexus.buildsupport |
ArtifactId | ArtifactIdnexus-buildsupport-other |
Version | Version2.6.0-05 |
Type | Typepom |
Filename | Size |
---|---|
nexus-buildsupport-other-2.6.0-05.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-other/ -->
<dependency>
<groupId>org.sonatype.nexus.buildsupport</groupId>
<artifactId>nexus-buildsupport-other</artifactId>
<version>2.6.0-05</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-other/
implementation 'org.sonatype.nexus.buildsupport:nexus-buildsupport-other:2.6.0-05'
// https://jarcasting.com/artifacts/org.sonatype.nexus.buildsupport/nexus-buildsupport-other/
implementation ("org.sonatype.nexus.buildsupport:nexus-buildsupport-other:2.6.0-05")
'org.sonatype.nexus.buildsupport:nexus-buildsupport-other:pom:2.6.0-05'
<dependency org="org.sonatype.nexus.buildsupport" name="nexus-buildsupport-other" rev="2.6.0-05">
<artifact name="nexus-buildsupport-other" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.buildsupport', module='nexus-buildsupport-other', version='2.6.0-05')
)
libraryDependencies += "org.sonatype.nexus.buildsupport" % "nexus-buildsupport-other" % "2.6.0-05"
[org.sonatype.nexus.buildsupport/nexus-buildsupport-other "2.6.0-05"]