Jive

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

License

License

GroupId

GroupId

com.zackehh
ArtifactId

ArtifactId

jive
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/zackehh/jive

Download jive

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.8.7
com.fasterxml.jackson.core : jackson-databind jar 2.8.7
com.google.code.findbugs : jsr305 jar 3.0.2

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.1
1.0.0