Files download
File Operation
json_2.11-1.4.16.jar download
json_2.11-1.4.16.pom download
json_2.11-1.4.16-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pshirshov.izumi.legacy</groupId>
  <artifactId>json_2.11</artifactId>
  <version>1.4.16</version>
</dependency>
Gradle Groovy
implementation 'com.github.pshirshov.izumi.legacy:json_2.11:1.4.16'
Gradle Kotlin
implementation("com.github.pshirshov.izumi.legacy:json_2.11:1.4.16")
Scala SBT
libraryDependencies += "com.github.pshirshov.izumi.legacy" % "json_2.11" % "1.4.16"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pshirshov.izumi.legacy', module='json_2.11', version='1.4.16')
)
Apache Ivy
<dependency org="com.github.pshirshov.izumi.legacy" name="json_2.11" rev="1.4.16" />
Leiningen
[com.github.pshirshov.izumi.legacy/json_2.11 "1.4.16"]
Apache Buildr
'com.github.pshirshov.izumi.legacy:json_2.11:jar:1.4.16'
Dependencies

compile

|-- org.scala-lang:scala-library:2.11.12

|-- com.github.pshirshov.izumi.legacy:commons-model_2.11:1.4.16

|-- com.github.pshirshov.izumi.legacy:commons-config_2.11:1.4.16

|-- com.github.pshirshov.izumi.legacy:commons-cdi_2.11:1.4.16

|-- com.github.pshirshov.izumi.legacy:commons-util_2.11:1.4.16

|-- com.google.inject:guice:4.1.0

|-- com.typesafe.scala-logging:scala-logging_2.11:3.5.0

|-- org.slf4j:slf4j-api:1.7.24

|-- org.scalactic:scalactic_2.11:3.0.1

|-- com.google.code.findbugs:jsr305:3.0.1

|-- org.slf4j:log4j-over-slf4j:1.7.24

|-- io.dropwizard.metrics:metrics-core:3.1.2

|-- org.apache.commons:commons-math3:3.6.1

|-- com.google.inject.extensions:guice-jmx:4.1.0

|-- org.apache.commons:commons-compress:1.14

|-- com.google.guava:guava:19.0

|-- org.antlr:ST4:4.0.8

|-- org.apache.commons:commons-lang3:3.5

|-- net.codingwell:scala-guice_2.11:4.1.0

|-- ch.qos.logback:logback-classic:1.2.1

|-- com.jsuereth:scala-arm_2.11:2.0

|-- com.google.inject.extensions:guice-multibindings:4.1.0

|-- com.typesafe:config:1.3.1

|-- commons-io:commons-io:2.5

|-- com.google.inject.extensions:guice-assistedinject:4.1.0

|-- commons-codec:commons-codec:1.10

|-- com.google.inject.extensions:guice-grapher:4.1.0

|-- com.fasterxml.jackson.core:jackson-databind:2.8.8

|-- com.fasterxml.jackson.module:jackson-module-scala_2.11:2.8.8

|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.8.8

|-- com.jayway.jsonpath:json-path:2.2.0

test

|-- com.github.pshirshov.izumi.legacy:commons-test_2.11:1.4.16

|-- org.scalamock:scalamock-scalatest-support_2.11:3.5.0

|-- org.scalatest:scalatest_2.11:3.0.1