Files download
File Operation
jmespath-0.2.1.pom download
Apache Maven
<dependency>
  <groupId>io.burt</groupId>
  <artifactId>jmespath</artifactId>
  <version>0.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.burt:jmespath:0.2.1'
Gradle Kotlin
implementation("io.burt:jmespath:0.2.1")
Scala SBT
libraryDependencies += "io.burt" % "jmespath" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.burt', module='jmespath', version='0.2.1')
)
Apache Ivy
<dependency org="io.burt" name="jmespath" rev="0.2.1" />
Leiningen
[io.burt/jmespath "0.2.1"]
Apache Buildr
'io.burt:jmespath:jar:0.2.1'