Categories |
CategoriesNet Gson Data JSON |
---|---|
GroupId | GroupIdnet.lachlanmckee |
ArtifactId | ArtifactIdgsonpath-kt |
Version | Version3.7.2 |
Type | Typejar |
Filename | Size |
---|---|
gsonpath-kt-3.7.2.pom | |
gsonpath-kt-3.7.2.jar | 13 KB |
gsonpath-kt-3.7.2-sources.jar | 2 KB |
gsonpath-kt-3.7.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-kt/ -->
<dependency>
<groupId>net.lachlanmckee</groupId>
<artifactId>gsonpath-kt</artifactId>
<version>3.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-kt/
implementation 'net.lachlanmckee:gsonpath-kt:3.7.2'
// https://jarcasting.com/artifacts/net.lachlanmckee/gsonpath-kt/
implementation ("net.lachlanmckee:gsonpath-kt:3.7.2")
'net.lachlanmckee:gsonpath-kt:jar:3.7.2'
<dependency org="net.lachlanmckee" name="gsonpath-kt" rev="3.7.2">
<artifact name="gsonpath-kt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lachlanmckee', module='gsonpath-kt', version='3.7.2')
)
libraryDependencies += "net.lachlanmckee" % "gsonpath-kt" % "3.7.2"
[net.lachlanmckee/gsonpath-kt "3.7.2"]