d

dot-notes

Simple dot/bracket notation parsing/conversion for JSON.
https://github.com/zackehh/dot-notes-java
MIT License
Isaac Whitfield
Files download
File Operation
dot-notes-3.1.2.jar download
dot-notes-3.1.2.pom download
dot-notes-3.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zackehh</groupId>
  <artifactId>dot-notes</artifactId>
  <version>3.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.zackehh:dot-notes:3.1.2'
Gradle Kotlin
implementation("com.zackehh:dot-notes:3.1.2")
Scala SBT
libraryDependencies += "com.zackehh" % "dot-notes" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.zackehh', module='dot-notes', version='3.1.2')
)
Apache Ivy
<dependency org="com.zackehh" name="dot-notes" rev="3.1.2" />
Leiningen
[com.zackehh/dot-notes "3.1.2"]
Apache Buildr
'com.zackehh:dot-notes:jar:3.1.2'