jackson-annotations

jackson-annotations

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