is not current version
Last Version 0.5.32

com.vladsch.boxed-json:boxed-json 0.5.1

Mutable JSON classes with easy search and manipulation in Java

Categories

Categories

JSON Data
GroupId

GroupId

com.vladsch.boxed-json
ArtifactId

ArtifactId

boxed-json
Version

Version

0.5.1
Type

Type

pom

Download boxed-json 0.5.1

Filename Size
boxed-json-0.5.1.pom 7 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.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vladsch.boxed-json/boxed-json/
implementation 'com.vladsch.boxed-json:boxed-json:0.5.1'
// https://jarcasting.com/artifacts/com.vladsch.boxed-json/boxed-json/
implementation ("com.vladsch.boxed-json:boxed-json:0.5.1")
'com.vladsch.boxed-json:boxed-json:pom:0.5.1'
<dependency org="com.vladsch.boxed-json" name="boxed-json" rev="0.5.1">
  <artifact name="boxed-json" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vladsch.boxed-json', module='boxed-json', version='0.5.1')
)
libraryDependencies += "com.vladsch.boxed-json" % "boxed-json" % "0.5.1"
[com.vladsch.boxed-json/boxed-json "0.5.1"]