License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.jglue.fluent-json |
ArtifactId | ArtifactIdfluent-json |
Version | Version2.0.3 |
Type | Typejar |
Description |
DescriptionFluent-JSON
A fluent builder for Google Gson objects
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fluent-json-2.0.3.pom | |
fluent-json-2.0.3.jar | 14 KB |
fluent-json-2.0.3-sources.jar | 7 KB |
fluent-json-2.0.3-javadoc.jar | 56 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglue.fluent-json/fluent-json/
implementation 'org.jglue.fluent-json:fluent-json:2.0.3'
// https://jarcasting.com/artifacts/org.jglue.fluent-json/fluent-json/
implementation ("org.jglue.fluent-json:fluent-json:2.0.3")
'org.jglue.fluent-json:fluent-json:jar:2.0.3'
<dependency org="org.jglue.fluent-json" name="fluent-json" rev="2.0.3">
<artifact name="fluent-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglue.fluent-json', module='fluent-json', version='2.0.3')
)
libraryDependencies += "org.jglue.fluent-json" % "fluent-json" % "2.0.3"
[org.jglue.fluent-json/fluent-json "2.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |