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