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