is not current version
Last Version 22.6.4

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

JSON parser

Categories

Categories

JSON Data
GroupId

GroupId

org.wvlet.airframe
ArtifactId

ArtifactId

airframe-json_2.13
Version

Version

21.5.3
Type

Type

jar

Download airframe-json_2.13 21.5.3


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