Jackson module: Guice

Stuff to make integration with Guice a bit easier

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection Jackson Data JSON
GroupId

GroupId

com.jwebmp.jpms.jackson.module
ArtifactId

ArtifactId

jackson-module-guice
Last Version

Last Version

0.68.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Jackson module: Guice
Stuff to make integration with Guice a bit easier
Project URL

Project URL

https://github.com/FasterXML/jackson-modules-base
Project Organization

Project Organization

FasterXML

Download jackson-module-guice

How to add to project

<!-- https://jarcasting.com/artifacts/com.jwebmp.jpms.jackson.module/jackson-module-guice/ -->
<dependency>
    <groupId>com.jwebmp.jpms.jackson.module</groupId>
    <artifactId>jackson-module-guice</artifactId>
    <version>0.68.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jpms.jackson.module/jackson-module-guice/
implementation 'com.jwebmp.jpms.jackson.module:jackson-module-guice:0.68.0.1'
// https://jarcasting.com/artifacts/com.jwebmp.jpms.jackson.module/jackson-module-guice/
implementation ("com.jwebmp.jpms.jackson.module:jackson-module-guice:0.68.0.1")
'com.jwebmp.jpms.jackson.module:jackson-module-guice:jar:0.68.0.1'
<dependency org="com.jwebmp.jpms.jackson.module" name="jackson-module-guice" rev="0.68.0.1">
  <artifact name="jackson-module-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jpms.jackson.module', module='jackson-module-guice', version='0.68.0.1')
)
libraryDependencies += "com.jwebmp.jpms.jackson.module" % "jackson-module-guice" % "0.68.0.1"
[com.jwebmp.jpms.jackson.module/jackson-module-guice "0.68.0.1"]

Dependencies

compile (5)

Group / Artifact Type Version
com.jwebmp.thirdparty : javax.inject jar
com.jwebmp.inject : guice jar
com.jwebmp.jpms.jackson.core : jackson-databind jar 0.68.0.1
com.jwebmp.thirdparty : aopalliance-core jar
com.jwebmp.jpms.commons : commons-lang3 jar

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Overview

This is a multi-module umbrella project for Jackson modules that are considered foundational, building on core databind, but not including datatype or data format modules, or JAX-RS providers. Not all "general" modules are included here; this grouping is to be used for more mature (and generally slower moving, stable) modules.

Currently included are:

Status

Build Status

License

All modules are licensed under Apache License 2.0.

Additionally, 2.x versions of Afterburner and Mr Bean use ASM, licensed as per:

https://asm.ow2.io/license.html

whereas 3.0 will use ByteBuddy (licensed as per https://github.com/raphw/byte-buddy/blob/master/LICENSE)

Using Jakarta

A note on compatibility of JAXB annotations module, Jakarta 3.0 API libraries for JAXB: with Jackson 2.12, Jakarta versions can be referenced for the JAXB module by using the classifier "jakarta" in your dependency

<dependency>
    <groupId>com.fasterxml.jackson.jaxrs</groupId>
    <artifactId>jackson-module-jaxb-annotations</artifactId>
    <classifier>jakarta</classifier>
</dependency>

More

See Wiki for more information (javadocs).

com.jwebmp.jpms.jackson.module

FasterXML, LLC

Versions

Version
0.68.0.1
0.67.0.16
0.67.0.15
0.67.0.12
0.67.0.9
0.67.0.7
0.67.0.5
0.67.0.4
0.67.0.3
0.67.0.2
0.67.0.1