is not current version
Last Version 0.5.1

io.burt:jmespath-core 0.2.0

A JMESPath implementation for Java

GroupId

GroupId

io.burt
ArtifactId

ArtifactId

jmespath-core
Version

Version

0.2.0
Type

Type

jar

Download jmespath-core 0.2.0


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