| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.sonatype.nexus.yum |
| ArtifactId | ArtifactIdnexus-yum-client |
| Last Version | Last Version3.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description${project.name}
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| nexus-yum-client-3.0.2.pom | |
| nexus-yum-client-3.0.2.jar | 8 KB |
| nexus-yum-client-3.0.2-sources.jar | 8 KB |
| nexus-yum-client-3.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.nexus.yum/nexus-yum-client/
implementation 'org.sonatype.nexus.yum:nexus-yum-client:3.0.2'
// https://jarcasting.com/artifacts/org.sonatype.nexus.yum/nexus-yum-client/
implementation ("org.sonatype.nexus.yum:nexus-yum-client:3.0.2")
'org.sonatype.nexus.yum:nexus-yum-client:jar:3.0.2'
<dependency org="org.sonatype.nexus.yum" name="nexus-yum-client" rev="3.0.2">
<artifact name="nexus-yum-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.nexus.yum', module='nexus-yum-client', version='3.0.2')
)
libraryDependencies += "org.sonatype.nexus.yum" % "nexus-yum-client" % "3.0.2"
[org.sonatype.nexus.yum/nexus-yum-client "3.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.sonatype.nexus.client : nexus-client-core | jar | 2.5.0-01 |
| org.sonatype.nexus.capabilities : nexus-capabilities-client | jar | 2.3 |
| javax.inject : javax.inject Optional | jar | 1 |