Jackson Bill Of Materials (BOM)
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.