GroupId | GroupIdorg.sonatype.nexus.plugins |
---|---|
ArtifactId | ArtifactIdnexus-restlet-bridge |
Version | Version2.14.16-01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.plugins/nexus-restlet-bridge/ -->
<dependency>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-restlet-bridge</artifactId>
<version>2.14.16-01</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.plugins/nexus-restlet-bridge/
implementation 'org.sonatype.nexus.plugins:nexus-restlet-bridge:2.14.16-01'
// https://jarcasting.com/artifacts/org.sonatype.nexus.plugins/nexus-restlet-bridge/
implementation ("org.sonatype.nexus.plugins:nexus-restlet-bridge:2.14.16-01")
'org.sonatype.nexus.plugins:nexus-restlet-bridge:jar:2.14.16-01'
<dependency org="org.sonatype.nexus.plugins" name="nexus-restlet-bridge" rev="2.14.16-01">
<artifact name="nexus-restlet-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.plugins', module='nexus-restlet-bridge', version='2.14.16-01')
)
libraryDependencies += "org.sonatype.nexus.plugins" % "nexus-restlet-bridge" % "2.14.16-01"
[org.sonatype.nexus.plugins/nexus-restlet-bridge "2.14.16-01"]