n

nexus-buildsupport-other

文件下载
文件名 操作
nexus-buildsupport-other-3.64.0-03.pom 下载
Apache Maven
<dependency>
  <groupId>org.sonatype.nexus.buildsupport</groupId>
  <artifactId>nexus-buildsupport-other</artifactId>
  <version>3.64.0-03</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sonatype.nexus.buildsupport:nexus-buildsupport-other:3.64.0-03'
Gradle Kotlin
implementation("org.sonatype.nexus.buildsupport:nexus-buildsupport-other:3.64.0-03")
Scala SBT
libraryDependencies += "org.sonatype.nexus.buildsupport" % "nexus-buildsupport-other" % "3.64.0-03"
Groovy Grape
@Grapes(
  @Grab(group='org.sonatype.nexus.buildsupport', module='nexus-buildsupport-other', version='3.64.0-03')
)
Apache Ivy
<dependency org="org.sonatype.nexus.buildsupport" name="nexus-buildsupport-other" rev="3.64.0-03" />
Leiningen
[org.sonatype.nexus.buildsupport/nexus-buildsupport-other "3.64.0-03"]
Apache Buildr
'org.sonatype.nexus.buildsupport:nexus-buildsupport-other:jar:3.64.0-03'