License |
License |
---|---|
Categories |
CategoriesNet Gson Data JSON |
GroupId | GroupIdnet.lachlanmckee |
ArtifactId | ArtifactIdgsonpath |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongsonpath
An annotation processor which generates Type Adapters for the Google Gson library
|
Project URL |
Project URL |
Filename | Size |
---|---|
gsonpath-4.0.0.pom | |
gsonpath-4.0.0.jar | 21 KB |
gsonpath-4.0.0-sources.jar | 17 KB |
gsonpath-4.0.0-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath/ -->
<dependency>
<groupId>net.lachlanmckee</groupId>
<artifactId>gsonpath</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath/
implementation 'net.lachlanmckee:gsonpath:4.0.0'
// https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath/
implementation ("net.lachlanmckee:gsonpath:4.0.0")
'net.lachlanmckee:gsonpath:jar:4.0.0'
<dependency org="net.lachlanmckee" name="gsonpath" rev="4.0.0">
<artifact name="gsonpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lachlanmckee', module='gsonpath', version='4.0.0')
)
libraryDependencies += "net.lachlanmckee" % "gsonpath" % "4.0.0"
[net.lachlanmckee/gsonpath "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |