License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdjersey-fastinfoset |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjersey-fastinfoset
Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311)
production quality Reference Implementation for building
RESTful Web services.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-fastinfoset/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-fastinfoset</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-fastinfoset/
implementation 'com.sun.jersey:jersey-fastinfoset:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-fastinfoset/
implementation ("com.sun.jersey:jersey-fastinfoset:1.19.4")
'com.sun.jersey:jersey-fastinfoset:jar:1.19.4'
<dependency org="com.sun.jersey" name="jersey-fastinfoset" rev="1.19.4">
<artifact name="jersey-fastinfoset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-fastinfoset', version='1.19.4')
)
libraryDependencies += "com.sun.jersey" % "jersey-fastinfoset" % "1.19.4"
[com.sun.jersey/jersey-fastinfoset "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind : jaxb-impl | jar | 2.2.3-1 |
com.sun.xml.fastinfoset : FastInfoset | jar | 1.2.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |