License |
License |
---|---|
GroupId | GroupIdio.burt |
ArtifactId | ArtifactIdjmespath-core |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJMESPath Core
A JMESPath implementation for Java
|
Filename | Size |
---|---|
jmespath-core-0.5.1.pom | |
jmespath-core-0.5.1.jar | 479 KB |
jmespath-core-0.5.1-tests.jar | 89 KB |
jmespath-core-0.5.1-sources.jar | 71 KB |
jmespath-core-0.5.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.burt/jmespath-core/ -->
<dependency>
<groupId>io.burt</groupId>
<artifactId>jmespath-core</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.burt/jmespath-core/
implementation 'io.burt:jmespath-core:0.5.1'
// https://jarcasting.com/artifacts/io.burt/jmespath-core/
implementation ("io.burt:jmespath-core:0.5.1")
'io.burt:jmespath-core:jar:0.5.1'
<dependency org="io.burt" name="jmespath-core" rev="0.5.1">
<artifact name="jmespath-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.burt', module='jmespath-core', version='0.5.1')
)
libraryDependencies += "io.burt" % "jmespath-core" % "0.5.1"
[io.burt/jmespath-core "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |