Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jglue.fluent-json |
ArtifactId | ArtifactIdfluent-json |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
fluent-json-2.0.0.pom | |
fluent-json-2.0.0.jar | 10 KB |
fluent-json-2.0.0-sources.jar | 6 KB |
fluent-json-2.0.0-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jglue.fluent-json/fluent-json/ -->
<dependency>
<groupId>org.jglue.fluent-json</groupId>
<artifactId>fluent-json</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglue.fluent-json/fluent-json/
implementation 'org.jglue.fluent-json:fluent-json:2.0.0'
// https://jarcasting.com/artifacts/org.jglue.fluent-json/fluent-json/
implementation ("org.jglue.fluent-json:fluent-json:2.0.0")
'org.jglue.fluent-json:fluent-json:jar:2.0.0'
<dependency org="org.jglue.fluent-json" name="fluent-json" rev="2.0.0">
<artifact name="fluent-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglue.fluent-json', module='fluent-json', version='2.0.0')
)
libraryDependencies += "org.jglue.fluent-json" % "fluent-json" % "2.0.0"
[org.jglue.fluent-json/fluent-json "2.0.0"]