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