Dot Notes

Simple dot/bracket notation parsing/conversion for JSON.

License

License

GroupId

GroupId

io.whitfin
ArtifactId

ArtifactId

dot-notes
Last Version

Last Version

3.1.3
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/whitfin/dot-notes-java

Download dot-notes

How to add to project

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

Dependencies

compile (2)

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

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.3
3.1.2
3.1.1
3.1.0
3.0.0
2.1.0
2.0.0
1.0.1
1.0.0