GroupId | GroupIdorg.sonatype.nexus |
---|---|
ArtifactId | ArtifactIdnexus-test-db |
Version | Version3.24.0-01 |
Type | Typejar |
Filename | Size |
---|---|
nexus-test-db-3.24.0-01.pom | |
nexus-test-db-3.24.0-01.jar | 8 KB |
nexus-test-db-3.24.0-01-sources.jar | 4 KB |
nexus-test-db-3.24.0-01-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-db/ -->
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-test-db</artifactId>
<version>3.24.0-01</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-db/
implementation 'org.sonatype.nexus:nexus-test-db:3.24.0-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-test-db/
implementation ("org.sonatype.nexus:nexus-test-db:3.24.0-01")
'org.sonatype.nexus:nexus-test-db:jar:3.24.0-01'
<dependency org="org.sonatype.nexus" name="nexus-test-db" rev="3.24.0-01">
<artifact name="nexus-test-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-test-db', version='3.24.0-01')
)
libraryDependencies += "org.sonatype.nexus" % "nexus-test-db" % "3.24.0-01"
[org.sonatype.nexus/nexus-test-db "3.24.0-01"]