文件下载
文件名 操作
jmespath-0.1.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.burt</groupId>
  <artifactId>jmespath</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.burt:jmespath:0.1.0'
Gradle Kotlin
implementation("io.burt:jmespath:0.1.0")
Scala SBT
libraryDependencies += "io.burt" % "jmespath" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.burt', module='jmespath', version='0.1.0')
)
Apache Ivy
<dependency org="io.burt" name="jmespath" rev="0.1.0" />
Leiningen
[io.burt/jmespath "0.1.0"]
Apache Buildr
'io.burt:jmespath:jar:0.1.0'