| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.burt |
| Идентификатор | Идентификаторjmespath-core |
| Последняя версия | Последняя версия0.5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJMESPath Core
A JMESPath implementation for Java
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.3 |