Dependency Information

Apache Maven

<dependency>
  <groupId>org.sonatype.nexus</groupId>
  <artifactId>nexus-plugin-bundle</artifactId>
  <version>1.0-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.sonatype.nexus:nexus-plugin-bundle:pom:1.0-SNAPSHOT'

Apache Ant

<dependency org="org.sonatype.nexus" name="nexus-plugin-bundle" rev="1.0-SNAPSHOT">
  <artifact name="nexus-plugin-bundle" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-plugin-bundle', version='1.0-SNAPSHOT')
)

Grails

compile 'org.sonatype.nexus:nexus-plugin-bundle:1.0-SNAPSHOT'

Leiningen

[org.sonatype.nexus/nexus-plugin-bundle "1.0-SNAPSHOT"]

SBT

libraryDependencies += "org.sonatype.nexus" %% "nexus-plugin-bundle" % "1.0-SNAPSHOT"