Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey |
ArtifactId | ArtifactIdjersey-fastinfoset |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
jersey-fastinfoset-1.6.pom | |
jersey-fastinfoset-1.6.jar | 9 KB |
jersey-fastinfoset-1.6-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey/jersey-fastinfoset/ -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-fastinfoset</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-fastinfoset/
implementation 'com.sun.jersey:jersey-fastinfoset:1.6'
// https://jarcasting.com/artifacts/com.sun.jersey/jersey-fastinfoset/
implementation ("com.sun.jersey:jersey-fastinfoset:1.6")
'com.sun.jersey:jersey-fastinfoset:jar:1.6'
<dependency org="com.sun.jersey" name="jersey-fastinfoset" rev="1.6">
<artifact name="jersey-fastinfoset" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey', module='jersey-fastinfoset', version='1.6')
)
libraryDependencies += "com.sun.jersey" % "jersey-fastinfoset" % "1.6"
[com.sun.jersey/jersey-fastinfoset "1.6"]