is not current version
Last Version 1.8

com.github.fge:jackson-coreutils 1.0

Various utilities over Jackson (2.1.x)

Categories

Categories

Jackson Data JSON
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

jackson-coreutils
Version

Version

1.0
Type

Type

jar

Download jackson-coreutils 1.0


<!-- https://jarcasting.com/artifacts/com.github.fge/jackson-coreutils/ -->
<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>jackson-coreutils</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fge/jackson-coreutils/
implementation 'com.github.fge:jackson-coreutils:1.0'
// https://jarcasting.com/artifacts/com.github.fge/jackson-coreutils/
implementation ("com.github.fge:jackson-coreutils:1.0")
'com.github.fge:jackson-coreutils:jar:1.0'
<dependency org="com.github.fge" name="jackson-coreutils" rev="1.0">
  <artifact name="jackson-coreutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fge', module='jackson-coreutils', version='1.0')
)
libraryDependencies += "com.github.fge" % "jackson-coreutils" % "1.0"
[com.github.fge/jackson-coreutils "1.0"]