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