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