🍭
🍭
🍭
🍭
Jodd JSON
Github
Issues
Jodd
Search…
Jodd JSON
Installation
Serializer
Parser
JsonObject and JsonArray
Configuration
Miscellaneous
Contact
Powered By
GitBook
Installation
Tips on how to install Jodd JSON library in your app
Jodd Lagarto
is released on Maven Central. You can use the following snippets to add it to your project:
Maven
Gradle
Gradl.kt
Scala SBT
Ivy
Leiningen
Buildr
<
dependency
>
<
groupId
>
org.jodd
</
groupId
>
<
artifactId
>
jodd-json
</
artifactId
>
<
version
>
x.x.x
</
version
>
</
dependency
>
implementation 'org.jodd:jodd-json:x.x.x'
implementation
(
"org.jodd:jodd-json:x.x.x"
)
libraryDependencies
+=
"org.jodd"
%
"jodd-json"
%
"x.x.x"
<
dependency
org
=
"
org.jodd
"
name
=
"
jodd-json
"
rev
=
"
x.x.x
"
/>
[org.jodd/jodd-json "x.x.x"]
'org.jodd:jodd-json:jar:x.x.x'
That is all!
Snapshots
Jodd JSON
snapshots are published on
Maven Central Snapshot repo
.
Snapshots are released manually. Feel free to contact me if you need a new SNAPSHOT release sooner.
Previous
Jodd JSON
Next
Serializer
Last modified
24d ago
Export as PDF
Copy link