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