is not current version
Last Version 3.40.1-01

org.sonatype.nexus:nexus-test-common 2.2

Common Unit Test Dependencies

GroupId

GroupId

org.sonatype.nexus
ArtifactId

ArtifactId

nexus-test-common
Version

Version

2.2
Type

Type

jar

Download nexus-test-common 2.2


<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-common/ -->
<dependency>
    <groupId>org.sonatype.nexus</groupId>
    <artifactId>nexus-test-common</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-common/
implementation 'org.sonatype.nexus:nexus-test-common:2.2'
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-common/
implementation ("org.sonatype.nexus:nexus-test-common:2.2")
'org.sonatype.nexus:nexus-test-common:jar:2.2'
<dependency org="org.sonatype.nexus" name="nexus-test-common" rev="2.2">
  <artifact name="nexus-test-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-test-common', version='2.2')
)
libraryDependencies += "org.sonatype.nexus" % "nexus-test-common" % "2.2"
[org.sonatype.nexus/nexus-test-common "2.2"]