License |
License |
---|---|
GroupId | GroupIdio.whitfin |
ArtifactId | ArtifactIdjive |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJive
Java utility library for working with Jackson JSON w/ Stream support
|
Project URL |
Project URL |
Filename | Size |
---|---|
jive-1.1.1.pom | |
jive-1.1.1.jar | 14 KB |
jive-1.1.1-sources.jar | 11 KB |
jive-1.1.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.whitfin/jive/ -->
<dependency>
<groupId>io.whitfin</groupId>
<artifactId>jive</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.whitfin/jive/
implementation 'io.whitfin:jive:1.1.1'
// https://jarcasting.com/artifacts/io.whitfin/jive/
implementation ("io.whitfin:jive:1.1.1")
'io.whitfin:jive:jar:1.1.1'
<dependency org="io.whitfin" name="jive" rev="1.1.1">
<artifact name="jive" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.whitfin', module='jive', version='1.1.1')
)
libraryDependencies += "io.whitfin" % "jive" % "1.1.1"
[io.whitfin/jive "1.1.1"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |