is not current version
Last Version 1.8

com.github.fge:jackson-coreutils 1.5

null

Categories

Categories

Jackson Data JSON
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

jackson-coreutils
Version

Version

1.5
Type

Type

jar

Download jackson-coreutils 1.5


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