Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.karelcemus |
ArtifactId | ArtifactIdplay-json_2.11 |
Version | Version1.0.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
play-json_2.11-1.0.0-M1.pom | |
play-json_2.11-1.0.0-M1.jar | 334 KB |
play-json_2.11-1.0.0-M1-sources.jar | 21 KB |
play-json_2.11-1.0.0-M1-javadoc.jar | 566 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.karelcemus/play-json_2.11/ -->
<dependency>
<groupId>com.github.karelcemus</groupId>
<artifactId>play-json_2.11</artifactId>
<version>1.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.karelcemus/play-json_2.11/
implementation 'com.github.karelcemus:play-json_2.11:1.0.0-M1'
// https://jarcasting.com/artifacts/com.github.karelcemus/play-json_2.11/
implementation ("com.github.karelcemus:play-json_2.11:1.0.0-M1")
'com.github.karelcemus:play-json_2.11:jar:1.0.0-M1'
<dependency org="com.github.karelcemus" name="play-json_2.11" rev="1.0.0-M1">
<artifact name="play-json_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.karelcemus', module='play-json_2.11', version='1.0.0-M1')
)
libraryDependencies += "com.github.karelcemus" % "play-json_2.11" % "1.0.0-M1"
[com.github.karelcemus/play-json_2.11 "1.0.0-M1"]