| License |
License |
|---|---|
| GroupId | GroupIdcom.zackehh |
| 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/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"]
| 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 |