License |
License |
---|---|
Categories |
CategoriesNet Gson Data JSON |
GroupId | GroupIdnet.lachlanmckee |
ArtifactId | ArtifactIdgsonpath-compiler-base |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptiongsonpath-compiler-base
An annotation processor which generates Type Adapters for the Google Gson library
|
Project URL |
Project URL |
Filename | Size |
---|---|
gsonpath-compiler-base-2.0.0.pom | |
gsonpath-compiler-base-2.0.0.jar | 59 KB |
gsonpath-compiler-base-2.0.0-sources.jar | 10 KB |
gsonpath-compiler-base-2.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-compiler-base/ -->
<dependency>
<groupId>net.lachlanmckee</groupId>
<artifactId>gsonpath-compiler-base</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-compiler-base/
implementation 'net.lachlanmckee:gsonpath-compiler-base:2.0.0'
// https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-compiler-base/
implementation ("net.lachlanmckee:gsonpath-compiler-base:2.0.0")
'net.lachlanmckee:gsonpath-compiler-base:jar:2.0.0'
<dependency org="net.lachlanmckee" name="gsonpath-compiler-base" rev="2.0.0">
<artifact name="gsonpath-compiler-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lachlanmckee', module='gsonpath-compiler-base', version='2.0.0')
)
libraryDependencies += "net.lachlanmckee" % "gsonpath-compiler-base" % "2.0.0"
[net.lachlanmckee/gsonpath-compiler-base "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |
com.squareup : javapoet | jar | 1.11.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |