License |
License |
---|---|
GroupId | GroupIdio.whitfin |
ArtifactId | ArtifactIddot-notes |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDot Notes
Simple dot/bracket notation parsing/conversion for JSON.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dot-notes-3.1.3.pom | |
dot-notes-3.1.3.jar | 11 KB |
dot-notes-3.1.3-sources.jar | 10 KB |
dot-notes-3.1.3-javadoc.jar | 43 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.9.9 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.7 |