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