is not current version
Last Version 1.1.3

org.immutables:json-runtime 1.1


Categories

Categories

Immutables Application Layer Libs Code Generators JSON Data
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

json-runtime
Version

Version

1.1
Type

Type

jar

Download json-runtime 1.1


<!-- https://jarcasting.com/artifacts/org.immutables/json-runtime/ -->
<dependency>
    <groupId>org.immutables</groupId>
    <artifactId>json-runtime</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/json-runtime/
implementation 'org.immutables:json-runtime:1.1'
// https://jarcasting.com/artifacts/org.immutables/json-runtime/
implementation ("org.immutables:json-runtime:1.1")
'org.immutables:json-runtime:jar:1.1'
<dependency org="org.immutables" name="json-runtime" rev="1.1">
  <artifact name="json-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='json-runtime', version='1.1')
)
libraryDependencies += "org.immutables" % "json-runtime" % "1.1"
[org.immutables/json-runtime "1.1"]