| Categories |
CategoriesJSON Data Jersey Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.ovh.ws |
| ArtifactId | ArtifactIdjsonizer-http-jersey |
| Version | Version2.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ovh.ws/jsonizer-http-jersey/ -->
<dependency>
<groupId>com.ovh.ws</groupId>
<artifactId>jsonizer-http-jersey</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovh.ws/jsonizer-http-jersey/
implementation 'com.ovh.ws:jsonizer-http-jersey:2.0.0'
// https://jarcasting.com/artifacts/com.ovh.ws/jsonizer-http-jersey/
implementation ("com.ovh.ws:jsonizer-http-jersey:2.0.0")
'com.ovh.ws:jsonizer-http-jersey:jar:2.0.0'
<dependency org="com.ovh.ws" name="jsonizer-http-jersey" rev="2.0.0">
<artifact name="jsonizer-http-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovh.ws', module='jsonizer-http-jersey', version='2.0.0')
)
libraryDependencies += "com.ovh.ws" % "jsonizer-http-jersey" % "2.0.0"
[com.ovh.ws/jsonizer-http-jersey "2.0.0"]