License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdfm.finch |
ArtifactId | ArtifactIdfinch-json |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionfm.finch:finch-json
It is a library designed to help you write easier null-safe code when you work with JSON
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
finch-json-1.0.0.pom | |
finch-json-1.0.0.jar | 26 KB |
finch-json-1.0.0-sources.jar | 12 KB |
finch-json-1.0.0-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fm.finch/finch-json/ -->
<dependency>
<groupId>fm.finch</groupId>
<artifactId>finch-json</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fm.finch/finch-json/
implementation 'fm.finch:finch-json:1.0.0'
// https://jarcasting.com/artifacts/fm.finch/finch-json/
implementation ("fm.finch:finch-json:1.0.0")
'fm.finch:finch-json:jar:1.0.0'
<dependency org="fm.finch" name="finch-json" rev="1.0.0">
<artifact name="finch-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='fm.finch', module='finch-json', version='1.0.0')
)
libraryDependencies += "fm.finch" % "finch-json" % "1.0.0"
[fm.finch/finch-json "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core Optional | jar | 5.2.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |