is not current version
Last Version 0.5.1

io.burt:jmespath 0.4.0

A JMESPath implementation for Java

GroupId

GroupId

io.burt
ArtifactId

ArtifactId

jmespath
Version

Version

0.4.0
Type

Type

pom

Download jmespath 0.4.0

Filename Size
jmespath-0.4.0.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/io.burt/jmespath/ -->
<dependency>
    <groupId>io.burt</groupId>
    <artifactId>jmespath</artifactId>
    <version>0.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.burt/jmespath/
implementation 'io.burt:jmespath:0.4.0'
// https://jarcasting.com/artifacts/io.burt/jmespath/
implementation ("io.burt:jmespath:0.4.0")
'io.burt:jmespath:pom:0.4.0'
<dependency org="io.burt" name="jmespath" rev="0.4.0">
  <artifact name="jmespath" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.burt', module='jmespath', version='0.4.0')
)
libraryDependencies += "io.burt" % "jmespath" % "0.4.0"
[io.burt/jmespath "0.4.0"]