d

dottie

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