License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.blacklocus |
ArtifactId | ArtifactIdjersey-jump |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-jump
Jersey 1.x jump starter. Stop wasting time on your web application and start working on your web application.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jersey-jump-1.0.2.pom | |
jersey-jump-1.0.2.jar | 17 KB |
jersey-jump-1.0.2-sources.jar | 19 KB |
jersey-jump-1.0.2-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.blacklocus/jersey-jump/ -->
<dependency>
<groupId>com.blacklocus</groupId>
<artifactId>jersey-jump</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.blacklocus/jersey-jump/
implementation 'com.blacklocus:jersey-jump:1.0.2'
// https://jarcasting.com/artifacts/com.blacklocus/jersey-jump/
implementation ("com.blacklocus:jersey-jump:1.0.2")
'com.blacklocus:jersey-jump:jar:1.0.2'
<dependency org="com.blacklocus" name="jersey-jump" rev="1.0.2">
<artifact name="jersey-jump" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blacklocus', module='jersey-jump', version='1.0.2')
)
libraryDependencies += "com.blacklocus" % "jersey-jump" % "1.0.2"
[com.blacklocus/jersey-jump "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-webapp | jar | 8.1.8.v20121106 |
org.slf4j : slf4j-api | jar | 1.7.5 |
com.sun.jersey : jersey-servlet | jar | 1.17.1 |
org.eclipse.jetty : jetty-server | jar | 8.1.8.v20121106 |
com.google.guava : guava | jar | 15.0 |
commons-configuration : commons-configuration | jar | 1.9 |
commons-io : commons-io | jar | 2.4 |
com.sun.jersey : jersey-server | jar | 1.17.1 |
org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.12 |
com.sun.jersey : jersey-core | jar | 1.17.1 |
com.sun.jersey : jersey-json | jar | 1.17.1 |
commons-lang : commons-lang | jar | 2.6 |
org.codehaus.jackson : jackson-core-asl | jar | 1.9.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |