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