License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.michaelruocco |
ArtifactId | ArtifactIdjson-adapter |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-adapter
Library to hide usage of jackson from most classes and helpers for easier testing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-adapter-1.0.4.pom | |
json-adapter-1.0.4.jar | 6 KB |
json-adapter-1.0.4-test-fixtures.jar | 11 KB |
json-adapter-1.0.4-sources.jar | 3 KB |
json-adapter-1.0.4-javadoc.jar | 410 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/ -->
<dependency>
<groupId>com.github.michaelruocco</groupId>
<artifactId>json-adapter</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/
implementation 'com.github.michaelruocco:json-adapter:1.0.4'
// https://jarcasting.com/artifacts/com.github.michaelruocco/json-adapter/
implementation ("com.github.michaelruocco:json-adapter:1.0.4")
'com.github.michaelruocco:json-adapter:jar:1.0.4'
<dependency org="com.github.michaelruocco" name="json-adapter" rev="1.0.4">
<artifact name="json-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michaelruocco', module='json-adapter', version='1.0.4')
)
libraryDependencies += "com.github.michaelruocco" % "json-adapter" % "1.0.4"
[com.github.michaelruocco/json-adapter "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
com.github.michaelruocco : file-loader Optional | jar | 6.0.1 |
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.0 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.13.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |