jackson-annotations

jackson-annotations

Core annotations used for value types, used by Jackson data binding package.
http://github.com/FasterXML/jackson
The Apache Software License, Version 2.0
Files download
File Operation
jackson-annotations-2.13.3.jar download
jackson-annotations-2.13.3.pom download
jackson-annotations-2.13.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fasterxml.jackson.core</groupId>
  <artifactId>jackson-annotations</artifactId>
  <version>2.13.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.3'
Gradle Kotlin
implementation("com.fasterxml.jackson.core:jackson-annotations:2.13.3")
Scala SBT
libraryDependencies += "com.fasterxml.jackson.core" % "jackson-annotations" % "2.13.3"
Groovy Grape
@Grapes(
  @Grab(group='com.fasterxml.jackson.core', module='jackson-annotations', version='2.13.3')
)
Apache Ivy
<dependency org="com.fasterxml.jackson.core" name="jackson-annotations" rev="2.13.3" />
Leiningen
[com.fasterxml.jackson.core/jackson-annotations "2.13.3"]
Apache Buildr
'com.fasterxml.jackson.core:jackson-annotations:jar:2.13.3'