License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdbe.redlab.jersey |
ArtifactId | ArtifactIdhttp-7xx |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
http-7xx-1.1.pom | |
http-7xx-1.1.jar | 7 KB |
http-7xx-1.1-sources.jar | 4 KB |
http-7xx-1.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.redlab.jersey/http-7xx/ -->
<dependency>
<groupId>be.redlab.jersey</groupId>
<artifactId>http-7xx</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/be.redlab.jersey/http-7xx/
implementation 'be.redlab.jersey:http-7xx:1.1'
// https://jarcasting.com/artifacts/be.redlab.jersey/http-7xx/
implementation ("be.redlab.jersey:http-7xx:1.1")
'be.redlab.jersey:http-7xx:jar:1.1'
<dependency org="be.redlab.jersey" name="http-7xx" rev="1.1">
<artifact name="http-7xx" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.redlab.jersey', module='http-7xx', version='1.1')
)
libraryDependencies += "be.redlab.jersey" % "http-7xx" % "1.1"
[be.redlab.jersey/http-7xx "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-core | jar | 1.17.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |