License |
License |
---|---|
Categories |
CategoriesGson Data JSON |
GroupId | GroupIdio.burt |
ArtifactId | ArtifactIdjmespath-gson |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMESPath GSON
A JMESPath implementation for Java
|
Filename | Size |
---|---|
jmespath-gson-0.5.1.pom | |
jmespath-gson-0.5.1.jar | 6 KB |
jmespath-gson-0.5.1-sources.jar | 2 KB |
jmespath-gson-0.5.1-javadoc.jar | 364 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.burt/jmespath-gson/ -->
<dependency>
<groupId>io.burt</groupId>
<artifactId>jmespath-gson</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.burt/jmespath-gson/
implementation 'io.burt:jmespath-gson:0.5.1'
// https://jarcasting.com/artifacts/io.burt/jmespath-gson/
implementation ("io.burt:jmespath-gson:0.5.1")
'io.burt:jmespath-gson:jar:0.5.1'
<dependency org="io.burt" name="jmespath-gson" rev="0.5.1">
<artifact name="jmespath-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.burt', module='jmespath-gson', version='0.5.1')
)
libraryDependencies += "io.burt" % "jmespath-gson" % "0.5.1"
[io.burt/jmespath-gson "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
io.burt : jmespath-core | jar | 0.5.1 |
com.google.code.gson : gson | jar | 2.8.5 |
Group / Artifact | Type | Version |
---|---|---|
io.burt : jmespath-core | test-jar | 0.5.1 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |