MVN

com.fasterxml.jackson.core : jackson-annotations

Maven & Gradle

May 30, 2023
10k usages
998 stars

Jackson-annotations · Core annotations used for value types, used by Jackson data binding package.

<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-annotations</artifactId>
    <version>2.15.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fasterxml.jackson.core : jackson-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.2
  • Latest Release Candidate: 2.15.0-rc3

All Versions

Choose a version of com.fasterxml.jackson.core : jackson-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.15.x
jackson-annotations-2.15.2
jackson-annotations-2.15.1
jackson-annotations-2.15.0
jackson-annotations-2.15.0-rc3
jackson-annotations-2.15.0-rc2
jackson-annotations-2.15.0-rc1
2.14.x
jackson-annotations-2.14.3
jackson-annotations-2.14.2
jackson-annotations-2.14.1
jackson-annotations-2.14.0
jackson-annotations-2.14.0-rc3
jackson-annotations-2.14.0-rc2
jackson-annotations-2.14.0-rc1
2.13.x
jackson-annotations-2.13.5
jackson-annotations-2.13.4
jackson-annotations-2.13.3
jackson-annotations-2.13.2
jackson-annotations-2.13.1
jackson-annotations-2.13.0
jackson-annotations-2.13.0-rc2
jackson-annotations-2.13.0-rc1
2.12.x
jackson-annotations-2.12.7
jackson-annotations-2.12.6
jackson-annotations-2.12.5
jackson-annotations-2.12.4
jackson-annotations-2.12.3
jackson-annotations-2.12.2
jackson-annotations-2.12.1
jackson-annotations-2.12.0
jackson-annotations-2.12.0-rc2
jackson-annotations-2.12.0-rc1
2.11.x
jackson-annotations-2.11.4
jackson-annotations-2.11.3
jackson-annotations-2.11.2
jackson-annotations-2.11.1
jackson-annotations-2.11.0
jackson-annotations-2.11.0.rc1
2.10.x
jackson-annotations-2.10.5
jackson-annotations-2.10.4
jackson-annotations-2.10.3
jackson-annotations-2.10.2
jackson-annotations-2.10.1
jackson-annotations-2.10.0
jackson-annotations-2.10.0.pr3
jackson-annotations-2.10.0.pr2
jackson-annotations-2.10.0.pr1
2.9.x
jackson-annotations-2.9.10
jackson-annotations-2.9.9
jackson-annotations-2.9.8
jackson-annotations-2.9.7
jackson-annotations-2.9.6
jackson-annotations-2.9.5
jackson-annotations-2.9.4
jackson-annotations-2.9.3
jackson-annotations-2.9.2
jackson-annotations-2.9.1
jackson-annotations-2.9.0
jackson-annotations-2.9.0.pr4
jackson-annotations-2.9.0.pr3
jackson-annotations-2.9.0.pr2
jackson-annotations-2.9.0.pr1
2.8.x
jackson-annotations-2.8.11
jackson-annotations-2.8.10
jackson-annotations-2.8.9
jackson-annotations-2.8.8
jackson-annotations-2.8.7
jackson-annotations-2.8.6
jackson-annotations-2.8.5
jackson-annotations-2.8.4
jackson-annotations-2.8.3
jackson-annotations-2.8.2
jackson-annotations-2.8.1
jackson-annotations-2.8.0
jackson-annotations-2.8.0.rc2
jackson-annotations-2.8.0.rc1
2.7.x
jackson-annotations-2.7.9
jackson-annotations-2.7.8
jackson-annotations-2.7.7
jackson-annotations-2.7.6
jackson-annotations-2.7.5
jackson-annotations-2.7.4
jackson-annotations-2.7.3
jackson-annotations-2.7.2
jackson-annotations-2.7.1
jackson-annotations-2.7.0
jackson-annotations-2.7.0-rc3
jackson-annotations-2.7.0-rc2
jackson-annotations-2.7.0-rc1
2.6.x
jackson-annotations-2.6.7
jackson-annotations-2.6.6
jackson-annotations-2.6.5
jackson-annotations-2.6.4
jackson-annotations-2.6.3
jackson-annotations-2.6.2
jackson-annotations-2.6.1
jackson-annotations-2.6.0
jackson-annotations-2.6.0-rc4
jackson-annotations-2.6.0-rc3
jackson-annotations-2.6.0-rc2
jackson-annotations-2.6.0-rc1
2.5.x
jackson-annotations-2.5.5
jackson-annotations-2.5.4
jackson-annotations-2.5.3
jackson-annotations-2.5.2
jackson-annotations-2.5.1
jackson-annotations-2.5.0
jackson-annotations-2.5.0-rc1
2.4.x
jackson-annotations-2.4.6
jackson-annotations-2.4.5
jackson-annotations-2.4.4
jackson-annotations-2.4.3
jackson-annotations-2.4.2
jackson-annotations-2.4.1
jackson-annotations-2.4.0
jackson-annotations-2.4.0-rc3
jackson-annotations-2.4.0-rc2
jackson-annotations-2.4.0-rc1
2.3.x
jackson-annotations-2.3.5
jackson-annotations-2.3.4
jackson-annotations-2.3.3
jackson-annotations-2.3.2
jackson-annotations-2.3.1
jackson-annotations-2.3.0
jackson-annotations-2.3.0-rc1
2.2.x
jackson-annotations-2.2.4
jackson-annotations-2.2.3
jackson-annotations-2.2.2
jackson-annotations-2.2.1
jackson-annotations-2.2.0
jackson-annotations-2.2.0-rc1
2.1.x
jackson-annotations-2.1.5
jackson-annotations-2.1.4
jackson-annotations-2.1.2
jackson-annotations-2.1.1
jackson-annotations-2.1.0
2.0.x
jackson-annotations-2.0.6
jackson-annotations-2.0.5
jackson-annotations-2.0.4
jackson-annotations-2.0.2
jackson-annotations-2.0.1
jackson-annotations-2.0.0
jackson-annotations-2.0.0-RC3
jackson-annotations-2.0.0-RC2
jackson-annotations-2.0.0-RC1

How to add a dependency to Maven

Add the following com.fasterxml.jackson.core : jackson-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fasterxml.jackson.core</groupId>
    <artifactId>jackson-annotations</artifactId>
    <version>2.15.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fasterxml.jackson.core : jackson-annotations gradle dependency to your build.gradle file:

implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'

Gradle Kotlin DSL: Add the following com.fasterxml.jackson.core : jackson-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fasterxml.jackson.core:jackson-annotations:2.15.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fasterxml.jackson.core : jackson-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fasterxml.jackson.core" % "jackson-annotations" % "2.15.2"

Advertisement

Dependencies from Group

May 30, 2023
20.7k usages
3.4k stars
May 30, 2023
10.7k usages
2.2k stars
May 30, 2023
10k usages
998 stars

Discover Dependencies

Nov 09, 2021
18 usages
119 stars
Aug 25, 2023
12 usages
15.4k stars
Jun 03, 2023
10 usages
391 stars
Jun 18, 2023
5.5k usages
3.1k stars
Jun 18, 2023
56 usages
3.1k stars
May 10, 2023
186 usages
937 stars
Jul 31, 2023
382 usages
29.2k stars
Feb 01, 2016
8 usages
6.1k stars
Jun 06, 2023
38 usages
298 stars
Jun 11, 2023
15 usages
35 stars