Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdbe.redlab.jersey |
ArtifactId | ArtifactIdhttp-7xx |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
http-7xx-1.0.pom | |
http-7xx-1.0.jar | 7 KB |
http-7xx-1.0-sources.jar | 3 KB |
http-7xx-1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.redlab.jersey/http-7xx/
implementation 'be.redlab.jersey:http-7xx:1.0'
// https://jarcasting.com/artifacts/be.redlab.jersey/http-7xx/
implementation ("be.redlab.jersey:http-7xx:1.0")
'be.redlab.jersey:http-7xx:jar:1.0'
<dependency org="be.redlab.jersey" name="http-7xx" rev="1.0">
<artifact name="http-7xx" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.redlab.jersey', module='http-7xx', version='1.0')
)
libraryDependencies += "be.redlab.jersey" % "http-7xx" % "1.0"
[be.redlab.jersey/http-7xx "1.0"]