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