| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdorg.wvlet.airframe |
| ArtifactId | ArtifactIdairframe-json_3 |
| Version | Version21.5.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| airframe-json_3-21.5.2.pom | |
| airframe-json_3-21.5.2.jar | 132 KB |
| airframe-json_3-21.5.2-sources.jar | 14 KB |
| airframe-json_3-21.5.2-javadoc.jar | 264 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-json_3/ -->
<dependency>
<groupId>org.wvlet.airframe</groupId>
<artifactId>airframe-json_3</artifactId>
<version>21.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-json_3/
implementation 'org.wvlet.airframe:airframe-json_3:21.5.2'
// https://jarcasting.com/artifacts/org.wvlet.airframe/airframe-json_3/
implementation ("org.wvlet.airframe:airframe-json_3:21.5.2")
'org.wvlet.airframe:airframe-json_3:jar:21.5.2'
<dependency org="org.wvlet.airframe" name="airframe-json_3" rev="21.5.2">
<artifact name="airframe-json_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wvlet.airframe', module='airframe-json_3', version='21.5.2')
)
libraryDependencies += "org.wvlet.airframe" % "airframe-json_3" % "21.5.2"
[org.wvlet.airframe/airframe-json_3 "21.5.2"]