Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.sonatype.nexus.yum |
ArtifactId | ArtifactIdnexus-yum-client |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
nexus-yum-client-3.0.1.pom | |
nexus-yum-client-3.0.1.jar | 8 KB |
nexus-yum-client-3.0.1-sources.jar | 8 KB |
nexus-yum-client-3.0.1-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus.yum/nexus-yum-client/ -->
<dependency>
<groupId>org.sonatype.nexus.yum</groupId>
<artifactId>nexus-yum-client</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.yum/nexus-yum-client/
implementation 'org.sonatype.nexus.yum:nexus-yum-client:3.0.1'
// https://jarcasting.com/artifacts/org.sonatype.nexus.yum/nexus-yum-client/
implementation ("org.sonatype.nexus.yum:nexus-yum-client:3.0.1")
'org.sonatype.nexus.yum:nexus-yum-client:jar:3.0.1'
<dependency org="org.sonatype.nexus.yum" name="nexus-yum-client" rev="3.0.1">
<artifact name="nexus-yum-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.yum', module='nexus-yum-client', version='3.0.1')
)
libraryDependencies += "org.sonatype.nexus.yum" % "nexus-yum-client" % "3.0.1"
[org.sonatype.nexus.yum/nexus-yum-client "3.0.1"]