License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.imrafaelmerino |
ArtifactId | ArtifactIdjson-values |
Last Version | Last Version11.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-values
json-values is a functional Java library to work with immutable Json using persistent data structures.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-values-11.4.0.pom | |
json-values-11.4.0.zip | 963 KB |
json-values-11.4.0-sources.jar | 167 KB |
json-values-11.4.0-javadoc.jar | 956 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.imrafaelmerino/json-values/ -->
<dependency>
<groupId>com.github.imrafaelmerino</groupId>
<artifactId>json-values</artifactId>
<version>11.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/json-values/
implementation 'com.github.imrafaelmerino:json-values:11.4.0'
// https://jarcasting.com/artifacts/com.github.imrafaelmerino/json-values/
implementation ("com.github.imrafaelmerino:json-values:11.4.0")
'com.github.imrafaelmerino:json-values:jar:11.4.0'
<dependency org="com.github.imrafaelmerino" name="json-values" rev="11.4.0">
<artifact name="json-values" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.imrafaelmerino', module='json-values', version='11.4.0')
)
libraryDependencies += "com.github.imrafaelmerino" % "json-values" % "11.4.0"
[com.github.imrafaelmerino/json-values "11.4.0"]
Group / Artifact | Type | Version |
---|---|---|
io.vavr : vavr | jar | 0.10.4 |
com.dslplatform : dsl-json | jar | 1.9.9 |
com.fasterxml.jackson.core : jackson-core | jar | 2.13.3 |
com.github.imrafaelmerino : java-fun | jar | 0.9.4 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |