n

nexus-buildsupport-other

Files download
File Operation
nexus-buildsupport-other-3.67.1-01.pom download
Apache Maven
<dependency>
  <groupId>org.sonatype.nexus.buildsupport</groupId>
  <artifactId>nexus-buildsupport-other</artifactId>
  <version>3.67.1-01</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sonatype.nexus.buildsupport:nexus-buildsupport-other:3.67.1-01'
Gradle Kotlin
implementation("org.sonatype.nexus.buildsupport:nexus-buildsupport-other:3.67.1-01")
Scala SBT
libraryDependencies += "org.sonatype.nexus.buildsupport" % "nexus-buildsupport-other" % "3.67.1-01"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.nexus.buildsupport', module='nexus-buildsupport-other', version='3.67.1-01')
)
Apache Ivy
<dependency org="org.sonatype.nexus.buildsupport" name="nexus-buildsupport-other" rev="3.67.1-01" />
Leiningen
[org.sonatype.nexus.buildsupport/nexus-buildsupport-other "3.67.1-01"]
Apache Buildr
'org.sonatype.nexus.buildsupport:nexus-buildsupport-other:jar:3.67.1-01'