License |
License |
---|---|
Categories |
CategoriesNet Gson Data JSON |
GroupId | GroupIdnet.lachlanmckee |
ArtifactId | ArtifactIdgsonpath-compiler |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongsonpath-compiler
An annotation processor which generates Type Adapters for the Google Gson library
|
Project URL |
Project URL |
Filename | Size |
---|---|
gsonpath-compiler-4.0.0.pom | |
gsonpath-compiler-4.0.0.jar | 383 KB |
gsonpath-compiler-4.0.0-sources.jar | 58 KB |
gsonpath-compiler-4.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-compiler/ -->
<dependency>
<groupId>net.lachlanmckee</groupId>
<artifactId>gsonpath-compiler</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-compiler/
implementation 'net.lachlanmckee:gsonpath-compiler:4.0.0'
// https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-compiler/
implementation ("net.lachlanmckee:gsonpath-compiler:4.0.0")
'net.lachlanmckee:gsonpath-compiler:jar:4.0.0'
<dependency org="net.lachlanmckee" name="gsonpath-compiler" rev="4.0.0">
<artifact name="gsonpath-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lachlanmckee', module='gsonpath-compiler', version='4.0.0')
)
libraryDependencies += "net.lachlanmckee" % "gsonpath-compiler" % "4.0.0"
[net.lachlanmckee/gsonpath-compiler "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.50 |
net.lachlanmckee : gsonpath | jar | 4.0.0 |
net.lachlanmckee : gsonpath-compiler-base | jar | 2.0.0 |
com.squareup : javapoet | jar | 1.11.1 |
com.google.auto : auto-common | jar | 0.6 |
com.google.code.gson : gson | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
com.nhaarman.mockitokotlin2 : mockito-kotlin | jar | 2.0.0 |
com.google.truth : truth | jar | 0.34 |
com.google.testing.compile : compile-testing | jar | 0.18 |