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