com.fasterxml.jackson:jackson-base (2.16.1)

Published 2026-02-24 13:43:06 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>com.fasterxml.jackson</groupId>
	<artifactId>jackson-base</artifactId>
	<version>2.16.1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=com.fasterxml.jackson:jackson-base:2.16.1

About this package

Parent pom for components of Jackson dataprocessor: includes base settings as well as consistent set of dependencies across components. NOTE: NOT to be used by components outside of Jackson: application code should only rely on `jackson-bom`

Dependencies

junit:junit
${version.junit}
Details
Maven
2026-02-24 13:43:06 +00:00
0
Jackson Base
The Apache Software License, Version 2.0
11 KiB
Assets (1)
Versions (7) View all
2.12.7 2026-02-24
2.13.5 2026-02-24
2.14.2 2026-02-24
2.15.1 2026-02-24
2.15.2 2026-02-24