| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdorg.ff4j |
| ArtifactId | ArtifactIdff4j-utils-json |
| Version | Version1.8.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ff4j-utils-json-1.8.2.pom | |
| ff4j-utils-json-1.8.2.jar | 13 KB |
| ff4j-utils-json-1.8.2-sources.jar | 10 KB |
| ff4j-utils-json-1.8.2-javadoc.jar | 59 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-utils-json/ -->
<dependency>
<groupId>org.ff4j</groupId>
<artifactId>ff4j-utils-json</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-utils-json/
implementation 'org.ff4j:ff4j-utils-json:1.8.2'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-utils-json/
implementation ("org.ff4j:ff4j-utils-json:1.8.2")
'org.ff4j:ff4j-utils-json:jar:1.8.2'
<dependency org="org.ff4j" name="ff4j-utils-json" rev="1.8.2">
<artifact name="ff4j-utils-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-utils-json', version='1.8.2')
)
libraryDependencies += "org.ff4j" % "ff4j-utils-json" % "1.8.2"
[org.ff4j/ff4j-utils-json "1.8.2"]