jackson-bom

Unofficial bill of materials (BOM) for Jackson

License

License

Categories

Categories

Jackson Data JSON
GroupId

GroupId

com.github.joschi.jackson
ArtifactId

ArtifactId

jackson-bom
Last Version

Last Version

2.8.5
Release Date

Release Date

Type

Type

pom
Description

Description

jackson-bom
Unofficial bill of materials (BOM) for Jackson
Project URL

Project URL

https://github.com/joschi/jackson-bom
Source Code Management

Source Code Management

https://github.com/joschi/jackson-bom

Download jackson-bom

Filename Size
jackson-bom-2.8.5.pom 17 KB
Browse

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

Jackson Bill Of Materials (BOM)

Build Status

This project is an unofficial bill of materials (BOM) for the Jackson project.

Usage

Maven

Simply import the jackson-bom artifact into your project's <dependencyManagement> section:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.github.joschi.jackson</groupId>
            <artifactId>jackson-bom</artifactId>
            <version>${jackson.version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

Also see Introduction to the Dependency Mechanism - Importing Dependencies.

Gradle

Gradle doesn't support Maven BOMs out of the box, but there are a few 3rd party plugins addressing this issue:

License

Copyright (c) 2016 Jochen Schalanda

This library is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.

Versions

Version
2.8.5
2.8.4
2.8.3