Files download
File Operation
play-json-extensions_2.13-0.40.2.jar download
play-json-extensions_2.13-0.40.2.pom download
play-json-extensions_2.13-0.40.2-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.x</groupId>
  <artifactId>play-json-extensions_2.13</artifactId>
  <version>0.40.2</version>
</dependency>
Gradle Groovy
implementation 'ai.x:play-json-extensions_2.13:0.40.2'
Gradle Kotlin
implementation("ai.x:play-json-extensions_2.13:0.40.2")
Scala SBT
libraryDependencies += "ai.x" % "play-json-extensions_2.13" % "0.40.2"
Groovy Grape
@Grapes(
  @Grab(group='ai.x', module='play-json-extensions_2.13', version='0.40.2')
)
Apache Ivy
<dependency org="ai.x" name="play-json-extensions_2.13" rev="0.40.2" />
Leiningen
[ai.x/play-json-extensions_2.13 "0.40.2"]
Apache Buildr
'ai.x:play-json-extensions_2.13:jar:0.40.2'