Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jodd |
ArtifactId | ArtifactIdjodd-json |
Version | Version4.3.0 |
Type | Typepom |
Filename | Size |
---|---|
jodd-json-4.3.0.pom | |
jodd-json-4.3.0.jar | 1 KB |
jodd-json-4.3.0-sources.jar | 88 KB |
jodd-json-4.3.0-javadoc.jar | 209 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jodd/jodd-json/ -->
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-json</artifactId>
<version>4.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jodd/jodd-json/
implementation 'org.jodd:jodd-json:4.3.0'
// https://jarcasting.com/artifacts/org.jodd/jodd-json/
implementation ("org.jodd:jodd-json:4.3.0")
'org.jodd:jodd-json:pom:4.3.0'
<dependency org="org.jodd" name="jodd-json" rev="4.3.0">
<artifact name="jodd-json" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jodd', module='jodd-json', version='4.3.0')
)
libraryDependencies += "org.jodd" % "jodd-json" % "4.3.0"
[org.jodd/jodd-json "4.3.0"]