License |
License |
---|---|
Categories |
CategoriesJackson Data JSON |
GroupId | GroupIdcom.mastfrog |
ArtifactId | ArtifactIdjackson |
Last Version | Last Version2.8.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJackson Guice Integration
Shared configuration for Giulius, Acteur and
related projects
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMastfrog Technologies |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jackson-2.8.3.pom | |
jackson-2.8.3.jar | 50 KB |
jackson-2.8.3-sources.jar | 14 KB |
jackson-2.8.3-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/jackson/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>jackson</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/jackson/
implementation 'com.mastfrog:jackson:2.8.3'
// https://jarcasting.com/artifacts/com.mastfrog/jackson/
implementation ("com.mastfrog:jackson:2.8.3")
'com.mastfrog:jackson:jar:2.8.3'
<dependency org="com.mastfrog" name="jackson" rev="2.8.3">
<artifact name="jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='jackson', version='2.8.3')
)
libraryDependencies += "com.mastfrog" % "jackson" % "2.8.3"
[com.mastfrog/jackson "2.8.3"]
Group / Artifact | Type | Version |
---|---|---|
com.mastfrog : annotation-processors | jar | 2.8.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
com.google.inject : guice | jar | 5.1.0 |
com.mastfrog : util-function | jar | 2.8.3 |
com.mastfrog : util-time | jar | 2.8.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
com.mastfrog : giulius-tests | jar | 2.8.3 |