Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.ovh.ws |
ArtifactId | ArtifactIdjsonizer |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
jsonizer-2.1.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovh.ws/jsonizer/ -->
<dependency>
<groupId>com.ovh.ws</groupId>
<artifactId>jsonizer</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ovh.ws/jsonizer/
implementation 'com.ovh.ws:jsonizer:2.1.1'
// https://jarcasting.com/artifacts/com.ovh.ws/jsonizer/
implementation ("com.ovh.ws:jsonizer:2.1.1")
'com.ovh.ws:jsonizer:pom:2.1.1'
<dependency org="com.ovh.ws" name="jsonizer" rev="2.1.1">
<artifact name="jsonizer" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ovh.ws', module='jsonizer', version='2.1.1')
)
libraryDependencies += "com.ovh.ws" % "jsonizer" % "2.1.1"
[com.ovh.ws/jsonizer "2.1.1"]