| License |
License |
|---|---|
| Categories |
CategoriesJackson Data JSON |
| GroupId | GroupIdcom.github.mrenou |
| ArtifactId | ArtifactIdjacksonatic |
| Version | Version0.3 |
| Type | Typejar |
| Description |
DescriptionJacksonatic
Use jackson programmatically
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jacksonatic-0.3.pom | |
| jacksonatic-0.3.jar | 103 KB |
| jacksonatic-0.3-sources.jar | 66 KB |
| jacksonatic-0.3-javadoc.jar | 440 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrenou/jacksonatic/ -->
<dependency>
<groupId>com.github.mrenou</groupId>
<artifactId>jacksonatic</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrenou/jacksonatic/
implementation 'com.github.mrenou:jacksonatic:0.3'
// https://jarcasting.com/artifacts/com.github.mrenou/jacksonatic/
implementation ("com.github.mrenou:jacksonatic:0.3")
'com.github.mrenou:jacksonatic:jar:0.3'
<dependency org="com.github.mrenou" name="jacksonatic" rev="0.3">
<artifact name="jacksonatic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrenou', module='jacksonatic', version='0.3')
)
libraryDependencies += "com.github.mrenou" % "jacksonatic" % "0.3"
[com.github.mrenou/jacksonatic "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.5.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.5.4 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 3.1.0 |
| org.mockito : mockito-all | jar | 1.9.5 |