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