| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.burt |
| Идентификатор | Идентификаторjmespath-core |
| Версия | Версия0.5.0 |
| Тип | Типjar |
| Описание |
ОписаниеJMESPath Core
A JMESPath implementation for Java
|
| Имя Файла | Размер |
|---|---|
| jmespath-core-0.5.0.pom | |
| jmespath-core-0.5.0.jar | 479 KB |
| jmespath-core-0.5.0-tests.jar | 89 KB |
| jmespath-core-0.5.0-sources.jar | 71 KB |
| jmespath-core-0.5.0-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.burt/jmespath-core/ -->
<dependency>
<groupId>io.burt</groupId>
<artifactId>jmespath-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.burt/jmespath-core/
implementation 'io.burt:jmespath-core:0.5.0'
// https://jarcasting.com/artifacts/io.burt/jmespath-core/
implementation ("io.burt:jmespath-core:0.5.0")
'io.burt:jmespath-core:jar:0.5.0'
<dependency org="io.burt" name="jmespath-core" rev="0.5.0">
<artifact name="jmespath-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.burt', module='jmespath-core', version='0.5.0')
)
libraryDependencies += "io.burt" % "jmespath-core" % "0.5.0"
[io.burt/jmespath-core "0.5.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |