is not current version
Last Version 1.1.1

io.whitfin:jive 1.1.0

Java utility library for working with Jackson JSON w/ Stream support

GroupId

GroupId

io.whitfin
ArtifactId

ArtifactId

jive
Version

Version

1.1.0
Type

Type

jar

Download jive 1.1.0


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