Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-json_sjs0.6_2.11 |
Version | Version2.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-json_sjs0.6_2.11/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-json_sjs0.6_2.11</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-json_sjs0.6_2.11/
implementation 'com.typesafe.play:play-json_sjs0.6_2.11:2.6.2'
// https://jarcasting.com/artifacts/com.typesafe.play/play-json_sjs0.6_2.11/
implementation ("com.typesafe.play:play-json_sjs0.6_2.11:2.6.2")
'com.typesafe.play:play-json_sjs0.6_2.11:jar:2.6.2'
<dependency org="com.typesafe.play" name="play-json_sjs0.6_2.11" rev="2.6.2">
<artifact name="play-json_sjs0.6_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-json_sjs0.6_2.11', version='2.6.2')
)
libraryDependencies += "com.typesafe.play" % "play-json_sjs0.6_2.11" % "2.6.2"
[com.typesafe.play/play-json_sjs0.6_2.11 "2.6.2"]