n

nexus-buildsupport-other

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