License |
License |
---|---|
Categories |
CategoriesJSON Data ORM |
GroupId | GroupIdcom.github.saiprasadkrishnamurthy |
ArtifactId | ArtifactIdjson-normalizer |
Version | Version2.3 |
Type | Typejar |
Description |
DescriptionJSON Document Normalizer
JSON Document Normalizer
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-normalizer-2.3.pom | |
json-normalizer-2.3.jar | 22 KB |
json-normalizer-2.3-sources.jar | 9 KB |
json-normalizer-2.3-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.saiprasadkrishnamurthy/json-normalizer/ -->
<dependency>
<groupId>com.github.saiprasadkrishnamurthy</groupId>
<artifactId>json-normalizer</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.saiprasadkrishnamurthy/json-normalizer/
implementation 'com.github.saiprasadkrishnamurthy:json-normalizer:2.3'
// https://jarcasting.com/artifacts/com.github.saiprasadkrishnamurthy/json-normalizer/
implementation ("com.github.saiprasadkrishnamurthy:json-normalizer:2.3")
'com.github.saiprasadkrishnamurthy:json-normalizer:jar:2.3'
<dependency org="com.github.saiprasadkrishnamurthy" name="json-normalizer" rev="2.3">
<artifact name="json-normalizer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.saiprasadkrishnamurthy', module='json-normalizer', version='2.3')
)
libraryDependencies += "com.github.saiprasadkrishnamurthy" % "json-normalizer" % "2.3"
[com.github.saiprasadkrishnamurthy/json-normalizer "2.3"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.5 |
com.jayway.jsonpath : json-path | jar | 2.4.0 |
com.github.wnameless : json-flattener | jar | 0.5.0 |
org.apache.commons : commons-collections4 | jar | 4.1 |
org.javatuples : javatuples | jar | 1.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.3 |
org.slf4j : slf4j-api | jar | 1.7.21 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
com.mitchtalmadge : ascii-data | jar | 1.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.skyscreamer : jsonassert | jar | 1.5.0 |