j

jackson-coreutils

Various utilities over Jackson (2.1.x)
https://github.com/fge/jackson-coreutils
LGPLv3 or later
Francis Galiegue
Files download
File Operation
jackson-coreutils-1.0.jar download
jackson-coreutils-1.0.pom download
jackson-coreutils-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fge</groupId>
  <artifactId>jackson-coreutils</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.fge:jackson-coreutils:1.0'
Gradle Kotlin
implementation("com.github.fge:jackson-coreutils:1.0")
Scala SBT
libraryDependencies += "com.github.fge" % "jackson-coreutils" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fge', module='jackson-coreutils', version='1.0')
)
Apache Ivy
<dependency org="com.github.fge" name="jackson-coreutils" rev="1.0" />
Leiningen
[com.github.fge/jackson-coreutils "1.0"]
Apache Buildr
'com.github.fge:jackson-coreutils:jar:1.0'