n

nexus-test-environment-maven-plugin

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