Files download
File Operation
jackson-coreutils-1.6.jar download
jackson-coreutils-1.6.pom download
jackson-coreutils-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fge</groupId>
  <artifactId>jackson-coreutils</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.fge:jackson-coreutils:1.6'
Gradle Kotlin
implementation("com.github.fge:jackson-coreutils:1.6")
Scala SBT
libraryDependencies += "com.github.fge" % "jackson-coreutils" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fge', module='jackson-coreutils', version='1.6')
)
Apache Ivy
<dependency org="com.github.fge" name="jackson-coreutils" rev="1.6" />
Leiningen
[com.github.fge/jackson-coreutils "1.6"]
Apache Buildr
'com.github.fge:jackson-coreutils:jar:1.6'