Nexus Tools
A collection of tools to make using Nexus even easier.
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.ghunteranderson.nexus |
ArtifactId | ArtifactIdrest-client |
Last Version | Last Version0.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNexus Rest Client
A Java REST client for Nexus repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-client-0.0.0.pom | |
rest-client-0.0.0.jar | 36 KB |
rest-client-0.0.0-sources.jar | 12 KB |
rest-client-0.0.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ghunteranderson.nexus/rest-client/ -->
<dependency>
<groupId>com.ghunteranderson.nexus</groupId>
<artifactId>rest-client</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ghunteranderson.nexus/rest-client/
implementation 'com.ghunteranderson.nexus:rest-client:0.0.0'
// https://jarcasting.com/artifacts/com.ghunteranderson.nexus/rest-client/
implementation ("com.ghunteranderson.nexus:rest-client:0.0.0")
'com.ghunteranderson.nexus:rest-client:jar:0.0.0'
<dependency org="com.ghunteranderson.nexus" name="rest-client" rev="0.0.0">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ghunteranderson.nexus', module='rest-client', version='0.0.0')
)
libraryDependencies += "com.ghunteranderson.nexus" % "rest-client" % "0.0.0"
[com.ghunteranderson.nexus/rest-client "0.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ghunteranderson : jsemver | jar | 0.1.0 |
org.glassfish.jersey.core : jersey-client | jar | 2.29.1 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.29.1 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.29.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
A collection of tools to make using Nexus even easier.