is not current version
Last Version 3.40.1-01

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

Common Unit Test Dependencies

GroupId

GroupId

org.sonatype.nexus
ArtifactId

ArtifactId

nexus-test-common
Version

Version

1.9.2.3
Type

Type

jar

Download nexus-test-common 1.9.2.3


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