License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdedu.wisc.my.restproxy |
ArtifactId | ArtifactIdjson-proxy-service |
Version | Version1.1.5 |
Type | Typejar |
Description |
Descriptionjson-proxy-service
A simple JSON REST Proxy service
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-proxy-service-1.1.5.pom | |
json-proxy-service-1.1.5.jar | 23 KB |
json-proxy-service-1.1.5-sources.jar | 14 KB |
json-proxy-service-1.1.5-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.wisc.my.restproxy/json-proxy-service/ -->
<dependency>
<groupId>edu.wisc.my.restproxy</groupId>
<artifactId>json-proxy-service</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/edu.wisc.my.restproxy/json-proxy-service/
implementation 'edu.wisc.my.restproxy:json-proxy-service:1.1.5'
// https://jarcasting.com/artifacts/edu.wisc.my.restproxy/json-proxy-service/
implementation ("edu.wisc.my.restproxy:json-proxy-service:1.1.5")
'edu.wisc.my.restproxy:json-proxy-service:jar:1.1.5'
<dependency org="edu.wisc.my.restproxy" name="json-proxy-service" rev="1.1.5">
<artifact name="json-proxy-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.wisc.my.restproxy', module='json-proxy-service', version='1.1.5')
)
libraryDependencies += "edu.wisc.my.restproxy" % "json-proxy-service" % "1.1.5"
[edu.wisc.my.restproxy/json-proxy-service "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
commons-codec : commons-codec | jar | 1.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.2.0 |
com.google.guava : guava | jar | 18.0 |
org.springframework : spring-core | jar | 4.1.5.RELEASE |
org.springframework : spring-web | jar | 4.1.5.RELEASE |
org.springframework : spring-webmvc | jar | 4.1.5.RELEASE |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.12 |
org.slf4j : jul-to-slf4j | jar | 1.7.5 |
org.slf4j : log4j-over-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |
org.springframework : spring-test | jar | 4.1.5.RELEASE |