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