JSON Transform

A Java centric library to transform and map JSON documents

License

License

Categories

Categories

JSON Data ORM
GroupId

GroupId

nl.ctrlaltdev.jsontransform
ArtifactId

ArtifactId

json-transform
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

JSON Transform
A Java centric library to transform and map JSON documents
Project URL

Project URL

https://github.com/ctrl-alt-dev/json-transform

Download json-transform

How to add to project

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

Dependencies

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