<dependency> <groupId>org.immutables</groupId> <artifactId>json-runtime</artifactId> <version>1.1.3</version> </dependency>
implementation 'org.immutables:json-runtime:1.1.3'
implementation("org.immutables:json-runtime:1.1.3")
libraryDependencies += "org.immutables" % "json-runtime" % "1.1.3"
@Grapes( @Grab(group='org.immutables', module='json-runtime', version='1.1.3') )
<dependency org="org.immutables" name="json-runtime" rev="1.1.3" />
[org.immutables/json-runtime "1.1.3"]
'org.immutables:json-runtime:jar:1.1.3'
<parent> <groupId>org.immutables</groupId> <artifactId>immutables</artifactId> <version>1.1.3</version> </parent>
compile
|-- org.immutables.dependency:utility:1.1.3
|-- com.fasterxml.jackson.core:jackson-core:2.4.4
|-- com.fasterxml.jackson.core:jackson-databind:2.4.4
|-- com.fasterxml.jackson.core:jackson-annotations:2.4.4