is not current version
Last Version 1.8

com.github.fge:jackson-coreutils 1.2

Uploads all artifacts belonging to configuration ':archives'

Categories

Categories

Jackson Data JSON
GroupId

GroupId

com.github.fge
ArtifactId

ArtifactId

jackson-coreutils
Version

Version

1.2
Type

Type

jar

Download jackson-coreutils 1.2


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