j

jive

Java utility library for working with Jackson JSON w/ Stream support
https://github.com/whitfin/jive
MIT License
Isaac Whitfield
文件下载
文件名 操作
jive-1.1.1.jar 下载
jive-1.1.1.pom 下载
jive-1.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.whitfin</groupId>
  <artifactId>jive</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.whitfin:jive:1.1.1'
Gradle Kotlin
implementation("io.whitfin:jive:1.1.1")
Scala SBT
libraryDependencies += "io.whitfin" % "jive" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.whitfin', module='jive', version='1.1.1')
)
Apache Ivy
<dependency org="io.whitfin" name="jive" rev="1.1.1" />
Leiningen
[io.whitfin/jive "1.1.1"]
Apache Buildr
'io.whitfin:jive:jar:1.1.1'