is not current version
Last Version 3.1.2

com.zackehh:dot-notes 1.0.1

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

GroupId

GroupId

com.zackehh
ArtifactId

ArtifactId

dot-notes
Version

Version

1.0.1
Type

Type

jar

Download dot-notes 1.0.1


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