| GroupId | GroupIdorg.sonatype.nexus.plugins |
|---|---|
| ArtifactId | ArtifactIdnexus-plugins-restlet1x |
| Version | Version2.7.0-m1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| nexus-plugins-restlet1x-2.7.0-m1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.plugins/nexus-plugins-restlet1x/ -->
<dependency>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-plugins-restlet1x</artifactId>
<version>2.7.0-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.plugins/nexus-plugins-restlet1x/
implementation 'org.sonatype.nexus.plugins:nexus-plugins-restlet1x:2.7.0-m1'
// https://jarcasting.com/artifacts/org.sonatype.nexus.plugins/nexus-plugins-restlet1x/
implementation ("org.sonatype.nexus.plugins:nexus-plugins-restlet1x:2.7.0-m1")
'org.sonatype.nexus.plugins:nexus-plugins-restlet1x:pom:2.7.0-m1'
<dependency org="org.sonatype.nexus.plugins" name="nexus-plugins-restlet1x" rev="2.7.0-m1">
<artifact name="nexus-plugins-restlet1x" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.plugins', module='nexus-plugins-restlet1x', version='2.7.0-m1')
)
libraryDependencies += "org.sonatype.nexus.plugins" % "nexus-plugins-restlet1x" % "2.7.0-m1"
[org.sonatype.nexus.plugins/nexus-plugins-restlet1x "2.7.0-m1"]