| License |
License
Commercial License
|
|---|---|
| Categories |
CategoriesJava Languages Maven Build Tools Net |
| GroupId | GroupIdnet.java.trueupdate |
| ArtifactId | ArtifactIdtrueupdate-server-maven |
| Last Version | Last Version0.8.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTrueUpdate Server Maven
Provides a RESTful web service for diffing JARs in one or more Maven
repositories.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-server-maven/ -->
<dependency>
<groupId>net.java.trueupdate</groupId>
<artifactId>trueupdate-server-maven</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-server-maven/
implementation 'net.java.trueupdate:trueupdate-server-maven:0.8.1'
// https://jarcasting.com/artifacts/net.java.trueupdate/trueupdate-server-maven/
implementation ("net.java.trueupdate:trueupdate-server-maven:0.8.1")
'net.java.trueupdate:trueupdate-server-maven:jar:0.8.1'
<dependency org="net.java.trueupdate" name="trueupdate-server-maven" rev="0.8.1">
<artifact name="trueupdate-server-maven" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.trueupdate', module='trueupdate-server-maven', version='0.8.1')
)
libraryDependencies += "net.java.trueupdate" % "trueupdate-server-maven" % "0.8.1"
[net.java.trueupdate/trueupdate-server-maven "0.8.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.trueupdate : trueupdate-artifact-maven | jar | 0.8.1 |
| net.java.trueupdate : trueupdate-jaxrs-server | jar | 0.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.ws.rs : jsr311-api | jar | 1.1.1 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| net.java.trueupdate : trueupdate-artifact-maven | test-jar | 0.8.1 |
| net.java.trueupdate : trueupdate-artifact-spec | test-jar | 0.8.1 |
| net.java.trueupdate : trueupdate-core | test-jar | 0.8.1 |
| net.java.trueupdate : trueupdate-jaxrs-client | jar | 0.8.1 |
| net.java.trueupdate : trueupdate-jaxrs-server | test-jar | 0.8.1 |
| com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 | jar | 1.18.3 |
| org.slf4j : slf4j-simple | jar | 1.7.13 |