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