<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'
Snapshots are released manually. Feel free to contact me if you need a new SNAPSHOT release sooner.