is not current version
Last Version 1.8

com.github.fge:jackson-coreutils 1.3

null

Categories

Categories

Jackson Data JSON
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

jackson-coreutils
Version

Version

1.3
Type

Type

jar

Download jackson-coreutils 1.3


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