GroupId | GroupIdio.burt |
---|---|
ArtifactId | ArtifactIdjmespath-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
jmespath-core-0.1.0.pom | |
jmespath-core-0.1.0.jar | 175 KB |
jmespath-core-0.1.0-tests.jar | 84 KB |
jmespath-core-0.1.0-sources.jar | 64 KB |
jmespath-core-0.1.0-javadoc.jar | 760 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.burt/jmespath-core/ -->
<dependency>
<groupId>io.burt</groupId>
<artifactId>jmespath-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.burt/jmespath-core/
implementation 'io.burt:jmespath-core:0.1.0'
// https://jarcasting.com/artifacts/io.burt/jmespath-core/
implementation ("io.burt:jmespath-core:0.1.0")
'io.burt:jmespath-core:jar:0.1.0'
<dependency org="io.burt" name="jmespath-core" rev="0.1.0">
<artifact name="jmespath-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.burt', module='jmespath-core', version='0.1.0')
)
libraryDependencies += "io.burt" % "jmespath-core" % "0.1.0"
[io.burt/jmespath-core "0.1.0"]