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