is not current version
Last Version 3.1.3

io.whitfin:dot-notes 1.0.1

A simple Jackson flattening/inflation tool, for use with JSON objects.

GroupId

GroupId

io.whitfin
ArtifactId

ArtifactId

dot-notes
Version

Version

1.0.1
Type

Type

jar

Download dot-notes 1.0.1


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