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