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