s

smithy-jmespath

A standalone JMESPath parser
https://github.com/awslabs/smithy
Apache License 2.0
Smithy
文件下载
文件名 操作
smithy-jmespath-1.7.0.jar 下载
smithy-jmespath-1.7.0.pom 下载
smithy-jmespath-1.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>software.amazon.smithy</groupId>
  <artifactId>smithy-jmespath</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'software.amazon.smithy:smithy-jmespath:1.7.0'
Gradle Kotlin
implementation("software.amazon.smithy:smithy-jmespath:1.7.0")
Scala SBT
libraryDependencies += "software.amazon.smithy" % "smithy-jmespath" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='software.amazon.smithy', module='smithy-jmespath', version='1.7.0')
)
Apache Ivy
<dependency org="software.amazon.smithy" name="smithy-jmespath" rev="1.7.0" />
Leiningen
[software.amazon.smithy/smithy-jmespath "1.7.0"]
Apache Buildr
'software.amazon.smithy:smithy-jmespath:jar:1.7.0'
本项目依赖
该项目无第三方依赖