j

json-extensions

Useful extensions and utilities for convert java object to json and back with jackson
https://github.com/astrapi69/json-extensions
MIT License
Asterios Raptis
Asterios Raptis
Files download
File Operation
json-extensions-2.4.jar download
json-extensions-2.4.pom download
json-extensions-2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>json-extensions</artifactId>
  <version>2.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:json-extensions:2.4'
Gradle Kotlin
implementation("io.github.astrapi69:json-extensions:2.4")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "json-extensions" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='json-extensions', version='2.4')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="json-extensions" rev="2.4" />
Leiningen
[io.github.astrapi69/json-extensions "2.4"]
Apache Buildr
'io.github.astrapi69:json-extensions:jar:2.4'