is not current version
Last Version 3.1.3

io.whitfin:dot-notes 2.0.0

Simple dot/bracket notation parsing/conversion for JSON.

GroupId

GroupId

io.whitfin
ArtifactId

ArtifactId

dot-notes
Version

Version

2.0.0
Type

Type

jar

Download dot-notes 2.0.0


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