Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jglue.fluent-json |
ArtifactId | ArtifactIdfluent-json |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
fluent-json-2.0.1.pom | |
fluent-json-2.0.1.jar | 10 KB |
fluent-json-2.0.1-sources.jar | 7 KB |
fluent-json-2.0.1-javadoc.jar | 49 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglue.fluent-json/fluent-json/
implementation 'org.jglue.fluent-json:fluent-json:2.0.1'
// https://jarcasting.com/artifacts/org.jglue.fluent-json/fluent-json/
implementation ("org.jglue.fluent-json:fluent-json:2.0.1")
'org.jglue.fluent-json:fluent-json:jar:2.0.1'
<dependency org="org.jglue.fluent-json" name="fluent-json" rev="2.0.1">
<artifact name="fluent-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglue.fluent-json', module='fluent-json', version='2.0.1')
)
libraryDependencies += "org.jglue.fluent-json" % "fluent-json" % "2.0.1"
[org.jglue.fluent-json/fluent-json "2.0.1"]