License |
License |
---|---|
GroupId | GroupIdcom.zackehh |
ArtifactId | ArtifactIddot-notes |
Last Version | Last Version3.1.2 |
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.2.pom | |
dot-notes-3.1.2.jar | 11 KB |
dot-notes-3.1.2-sources.jar | 8 KB |
dot-notes-3.1.2-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zackehh/dot-notes/ -->
<dependency>
<groupId>com.zackehh</groupId>
<artifactId>dot-notes</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.zackehh/dot-notes/
implementation 'com.zackehh:dot-notes:3.1.2'
// https://jarcasting.com/artifacts/com.zackehh/dot-notes/
implementation ("com.zackehh:dot-notes:3.1.2")
'com.zackehh:dot-notes:jar:3.1.2'
<dependency org="com.zackehh" name="dot-notes" rev="3.1.2">
<artifact name="dot-notes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zackehh', module='dot-notes', version='3.1.2')
)
libraryDependencies += "com.zackehh" % "dot-notes" % "3.1.2"
[com.zackehh/dot-notes "3.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.7.4 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.7.4 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.7 |