is not current version
Last Version 0.5.1

io.burt:jmespath 0.2.1

A JMESPath implementation for Java

GroupId

GroupId

io.burt
ArtifactId

ArtifactId

jmespath
Version

Version

0.2.1
Type

Type

pom

Download jmespath 0.2.1

Filename Size
jmespath-0.2.1.pom 7 KB
Browse

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