Code-House :: Jackson

Jackson integration for Karaf

License

License

Categories

Categories

Jackson Data JSON
GroupId

GroupId

org.code-house
ArtifactId

ArtifactId

jackson
Last Version

Last Version

2.8.11
Release Date

Release Date

Type

Type

pom
Description

Description

Code-House :: Jackson
Jackson integration for Karaf
Source Code Management

Source Code Management

https://github.com/Code-House/karaf-jackson

Download jackson

Filename Size
jackson-2.8.11.pom 1 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • parent
  • features
  • itests

Karaf Jackson

This project provides support for FasterXML Jackson project. Jackson is pretty popular library, however it does miss dedicated karaf support. From other hand its rather too early to push such integration into this project itself.

Requires

Karaf 4.x Karaf 3.x

Feature descriptor uses Karaf Features schema v1.2.1 which is compatible with both Karaf 3 and 4.

Provides

Jackson features for running it inside karaf. With support for datatypes and dataformats.

Developer introduction

To start using jackson in your project you need to install karaf feature set:

feature:repo-add mvn:org.code-house.jackson/features/<jackson-version>/xml/features
feature:install jackson-core
org.code-house

Code-House

Versions

Version
2.8.11
2.8.10
2.8.9
2.8.8
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.7
2.6.5