is not current version
Last Version 22.6.4

org.wvlet.airframe:airframe-json_2.13 19.7.2

JSON parser

Categories

Categories

JSON Data
GroupId

GroupId

org.wvlet.airframe
ArtifactId

ArtifactId

airframe-json_2.13
Version

Version

19.7.2
Type

Type

jar

Download airframe-json_2.13 19.7.2


<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-json_2.13/ -->
<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-json_2.13</artifactId>
    <version>19.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-json_2.13/
implementation 'org.wvlet.airframe:airframe-json_2.13:19.7.2'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-json_2.13/
implementation ("org.wvlet.airframe:airframe-json_2.13:19.7.2")
'org.wvlet.airframe:airframe-json_2.13:jar:19.7.2'
<dependency org="org.wvlet.airframe" name="airframe-json_2.13" rev="19.7.2">
  <artifact name="airframe-json_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-json_2.13', version='19.7.2')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-json_2.13" % "19.7.2"
[org.wvlet.airframe/airframe-json_2.13 "19.7.2"]