Moved
Merged into https://github.com/sonatype/nexus-oss
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface Nexus c Build Tools Distribution | 
        
| GroupId | GroupIdorg.sonatype.nexus | 
    
| ArtifactId | ArtifactIdnexus-clients | 
    
| Last Version | Last Version2.3.1-01 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description${project.name} 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| nexus-clients-2.3.1-01.pom | 1 KB | 
| nexus-clients-2.3.1-01-tests.jar | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-clients/ -->
<dependency>
    <groupId>org.sonatype.nexus</groupId>
    <artifactId>nexus-clients</artifactId>
    <version>2.3.1-01</version>
</dependency>
                // https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-clients/
implementation 'org.sonatype.nexus:nexus-clients:2.3.1-01'
                // https://jarcasting.com/artifacts/org.sonatype.nexus/nexus-clients/
implementation ("org.sonatype.nexus:nexus-clients:2.3.1-01")
                'org.sonatype.nexus:nexus-clients:jar:2.3.1-01'
                <dependency org="org.sonatype.nexus" name="nexus-clients" rev="2.3.1-01">
  <artifact name="nexus-clients" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.sonatype.nexus', module='nexus-clients', version='2.3.1-01')
)
                libraryDependencies += "org.sonatype.nexus" % "nexus-clients" % "2.3.1-01"
                [org.sonatype.nexus/nexus-clients "2.3.1-01"]
                Merged into https://github.com/sonatype/nexus-oss