License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.vladsch.boxed-json |
ArtifactId | ArtifactIdboxed-json |
Last Version | Last Version0.5.32 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBoxed Json
Mutable JSON classes with easy search and manipulation in Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
boxed-json-0.5.32.pom | |
boxed-json-0.5.32.jar | 65 KB |
boxed-json-0.5.32-sources.jar | 24 KB |
boxed-json-0.5.32-javadoc.jar | 219 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vladsch.boxed-json/boxed-json/ -->
<dependency>
<groupId>com.vladsch.boxed-json</groupId>
<artifactId>boxed-json</artifactId>
<version>0.5.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.boxed-json/boxed-json/
implementation 'com.vladsch.boxed-json:boxed-json:0.5.32'
// https://jarcasting.com/artifacts/com.vladsch.boxed-json/boxed-json/
implementation ("com.vladsch.boxed-json:boxed-json:0.5.32")
'com.vladsch.boxed-json:boxed-json:jar:0.5.32'
<dependency org="com.vladsch.boxed-json" name="boxed-json" rev="0.5.32">
<artifact name="boxed-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.boxed-json', module='boxed-json', version='0.5.32')
)
libraryDependencies += "com.vladsch.boxed-json" % "boxed-json" % "0.5.32"
[com.vladsch.boxed-json/boxed-json "0.5.32"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.json | jar | 1.1.4 |
org.jetbrains : annotations | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |