GroupId | GroupIdorg.sonatype.nexus |
---|---|
ArtifactId | ArtifactIdnexus-app |
Version | Version1.9.2-RC3 |
Type | Typejar |
Filename | Size |
---|---|
nexus-app-1.9.2-RC3.pom | |
nexus-app-1.9.2-RC3.jar | 240 KB |
nexus-app-1.9.2-RC3-tests.jar | 22 MB |
nexus-app-1.9.2-RC3-sources.jar | 219 KB |
nexus-app-1.9.2-RC3-javadoc.jar | 881 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-app/ -->
<dependency>
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-app</artifactId>
<version>1.9.2-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-app/
implementation 'org.sonatype.nexus:nexus-app:1.9.2-RC3'
// https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-app/
implementation ("org.sonatype.nexus:nexus-app:1.9.2-RC3")
'org.sonatype.nexus:nexus-app:jar:1.9.2-RC3'
<dependency org="org.sonatype.nexus" name="nexus-app" rev="1.9.2-RC3">
<artifact name="nexus-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-app', version='1.9.2-RC3')
)
libraryDependencies += "org.sonatype.nexus" % "nexus-app" % "1.9.2-RC3"
[org.sonatype.nexus/nexus-app "1.9.2-RC3"]