License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.ovh.ws |
ArtifactId | ArtifactIdjsonizer-core |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJsonizer Core
Ovh Jsonizer Code Generation Maven Plugins
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsonizer-core-2.2.0.pom | |
jsonizer-core-2.2.0.jar | 57 KB |
jsonizer-core-2.2.0-sources.jar | 41 KB |
jsonizer-core-2.2.0-javadoc.jar | 262 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovh.ws/jsonizer-core/ -->
<dependency>
<groupId>com.ovh.ws</groupId>
<artifactId>jsonizer-core</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovh.ws/jsonizer-core/
implementation 'com.ovh.ws:jsonizer-core:2.2.0'
// https://jarcasting.com/artifacts/com.ovh.ws/jsonizer-core/
implementation ("com.ovh.ws:jsonizer-core:2.2.0")
'com.ovh.ws:jsonizer-core:jar:2.2.0'
<dependency org="com.ovh.ws" name="jsonizer-core" rev="2.2.0">
<artifact name="jsonizer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovh.ws', module='jsonizer-core', version='2.2.0')
)
libraryDependencies += "com.ovh.ws" % "jsonizer-core" % "2.2.0"
[com.ovh.ws/jsonizer-core "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ovh.ws : jsonizer-api | jar | 2.2.0 |
com.ovh.ws : jsonizer-json-jackson | jar | 2.2.0 |
com.ovh.ws : ovh-webservices | jar | 1.0.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.0.6 |
com.fasterxml.jackson.core : jackson-core | jar | 2.0.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.0.6 |
com.sun.codemodel : codemodel | jar | 2.6 |
com.google.guava : guava | jar | 13.0.1 |
com.google.inject : guice | jar | 3.0 |
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
junit : junit | jar | 4.10 |
org.easytesting : fest-assert | jar | 1.4 |
org.mockito : mockito-core | jar | 1.9.0 |