License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.noleme |
ArtifactId | ArtifactIdnoleme-json |
Last Version | Last Version0.9.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNoleme JSON
A collection of utility classes for working with the Jackson JSON implementation
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
noleme-json-0.9.3.pom | |
noleme-json-0.9.3.jar | 17 KB |
noleme-json-0.9.3-sources.jar | 9 KB |
noleme-json-0.9.3-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.noleme/noleme-json/ -->
<dependency>
<groupId>com.noleme</groupId>
<artifactId>noleme-json</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.noleme/noleme-json/
implementation 'com.noleme:noleme-json:0.9.3'
// https://jarcasting.com/artifacts/com.noleme/noleme-json/
implementation ("com.noleme:noleme-json:0.9.3")
'com.noleme:noleme-json:jar:0.9.3'
<dependency org="com.noleme" name="noleme-json" rev="0.9.3">
<artifact name="noleme-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.noleme', module='noleme-json', version='0.9.3')
)
libraryDependencies += "com.noleme" % "noleme-json" % "0.9.3"
[com.noleme/noleme-json "0.9.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.13.3 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.13.3 |
com.kjetland : mbknor-jackson-jsonschema_2.12 | jar | 1.0.39 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.slf4j : slf4j-simple | jar | 1.7.36 |