Json Shapeshifter

An incremental Json-to-Json transformation library written in Java

License

License

Categories

Categories

JSON Data
GroupId

GroupId

la.alsocan
ArtifactId

ArtifactId

json-shapeshifter
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Json Shapeshifter
An incremental Json-to-Json transformation library written in Java

Download json-shapeshifter

How to add to project

<!-- https://jarcasting.com/artifacts/la.alsocan/json-shapeshifter/ -->
<dependency>
    <groupId>la.alsocan</groupId>
    <artifactId>json-shapeshifter</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/la.alsocan/json-shapeshifter/
implementation 'la.alsocan:json-shapeshifter:0.1.1'
// https://jarcasting.com/artifacts/la.alsocan/json-shapeshifter/
implementation ("la.alsocan:json-shapeshifter:0.1.1")
'la.alsocan:json-shapeshifter:jar:0.1.1'
<dependency org="la.alsocan" name="json-shapeshifter" rev="0.1.1">
  <artifact name="json-shapeshifter" type="jar" />
</dependency>
@Grapes(
@Grab(group='la.alsocan', module='json-shapeshifter', version='0.1.1')
)
libraryDependencies += "la.alsocan" % "json-shapeshifter" % "0.1.1"
[la.alsocan/json-shapeshifter "0.1.1"]

Dependencies

compile (5)

Group / Artifact Type Version
com.github.fge : json-schema-validator jar 2.2.6
com.fasterxml.jackson.core : jackson-core jar 2.5.1
com.fasterxml.jackson.core : jackson-databind jar 2.5.1
com.github.jknack : handlebars jar 1.3.2
org.slf4j : slf4j-simple jar 1.7.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.1
0.1.0