License |
License |
---|---|
GroupId | GroupIdio.whitfin |
ArtifactId | ArtifactIddottie |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDottie
A small library for dealing with JSON dot notation.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dottie-1.0.0.pom | |
dottie-1.0.0.jar | 11 KB |
dottie-1.0.0-sources.jar | 8 KB |
dottie-1.0.0-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.whitfin/dottie/ -->
<dependency>
<groupId>io.whitfin</groupId>
<artifactId>dottie</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.whitfin/dottie/
implementation 'io.whitfin:dottie:1.0.0'
// https://jarcasting.com/artifacts/io.whitfin/dottie/
implementation ("io.whitfin:dottie:1.0.0")
'io.whitfin:dottie:jar:1.0.0'
<dependency org="io.whitfin" name="dottie" rev="1.0.0">
<artifact name="dottie" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.whitfin', module='dottie', version='1.0.0')
)
libraryDependencies += "io.whitfin" % "dottie" % "1.0.0"
[io.whitfin/dottie "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |