Dot Notes

Simple dot/bracket notation parsing/conversion for JSON.

License

License

GroupId

GroupId

com.zackehh
ArtifactId

ArtifactId

dot-notes
Last Version

Last Version

3.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

Dot Notes
Simple dot/bracket notation parsing/conversion for JSON.
Project URL

Project URL

https://github.com/zackehh/dot-notes-java

Download dot-notes

How to add to project

<!-- https://jarcasting.com/artifacts/com.zackehh/dot-notes/ -->
<dependency>
    <groupId>com.zackehh</groupId>
    <artifactId>dot-notes</artifactId>
    <version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.zackehh/dot-notes/
implementation 'com.zackehh:dot-notes:3.1.2'
// https://jarcasting.com/artifacts/com.zackehh/dot-notes/
implementation ("com.zackehh:dot-notes:3.1.2")
'com.zackehh:dot-notes:jar:3.1.2'
<dependency org="com.zackehh" name="dot-notes" rev="3.1.2">
  <artifact name="dot-notes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zackehh', module='dot-notes', version='3.1.2')
)
libraryDependencies += "com.zackehh" % "dot-notes" % "3.1.2"
[com.zackehh/dot-notes "3.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.7.4
com.fasterxml.jackson.core : jackson-databind jar 2.7.4

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.7

Project Modules

There are no modules declared in this project.

Versions

Version
3.1.2
3.1.1
3.1.0
3.0.0
2.1.0
2.0.0
1.0.1
1.0