Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdcom.airlenet |
ArtifactId | ArtifactIdplay-json |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
play-json-1.0.0.RELEASE.pom | |
play-json-1.0.0.RELEASE.jar | 10 KB |
play-json-1.0.0.RELEASE-sources.jar | 5 KB |
play-json-1.0.0.RELEASE-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airlenet/play-json/ -->
<dependency>
<groupId>com.airlenet</groupId>
<artifactId>play-json</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.airlenet/play-json/
implementation 'com.airlenet:play-json:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.airlenet/play-json/
implementation ("com.airlenet:play-json:1.0.0.RELEASE")
'com.airlenet:play-json:jar:1.0.0.RELEASE'
<dependency org="com.airlenet" name="play-json" rev="1.0.0.RELEASE">
<artifact name="play-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airlenet', module='play-json', version='1.0.0.RELEASE')
)
libraryDependencies += "com.airlenet" % "play-json" % "1.0.0.RELEASE"
[com.airlenet/play-json "1.0.0.RELEASE"]