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