GroupId | GroupIdorg.sonatype.nexus |
---|---|
ArtifactId | ArtifactIdnexus-test-common |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
nexus-test-common-2.0.pom | |
nexus-test-common-2.0.jar | 14 KB |
nexus-test-common-2.0-tests.jar | 2 KB |
nexus-test-common-2.0-sources.jar | 10 KB |
nexus-test-common-2.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-common/ -->
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-test-common</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-common/
implementation 'org.sonatype.nexus:nexus-test-common:2.0'
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-common/
implementation ("org.sonatype.nexus:nexus-test-common:2.0")
'org.sonatype.nexus:nexus-test-common:jar:2.0'
<dependency org="org.sonatype.nexus" name="nexus-test-common" rev="2.0">
<artifact name="nexus-test-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-test-common', version='2.0')
)
libraryDependencies += "org.sonatype.nexus" % "nexus-test-common" % "2.0"
[org.sonatype.nexus/nexus-test-common "2.0"]