is not current version
Last Version 22.6.4

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

JSON parser

Categories

Categories

JSON Data
GroupId

GroupId

org.wvlet.airframe
ArtifactId

ArtifactId

airframe-json_2.13
Version

Version

22.4.0
Type

Type

jar

Download airframe-json_2.13 22.4.0


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