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