| Группа | Группаio.burt |
|---|---|
| Идентификатор | Идентификаторjmespath |
| Версия | Версия0.2.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jmespath-0.2.0.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.burt/jmespath/ -->
<dependency>
<groupId>io.burt</groupId>
<artifactId>jmespath</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.burt/jmespath/
implementation 'io.burt:jmespath:0.2.0'
// https://jarcasting.com/artifacts/io.burt/jmespath/
implementation ("io.burt:jmespath:0.2.0")
'io.burt:jmespath:pom:0.2.0'
<dependency org="io.burt" name="jmespath" rev="0.2.0">
<artifact name="jmespath" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.burt', module='jmespath', version='0.2.0')
)
libraryDependencies += "io.burt" % "jmespath" % "0.2.0"
[io.burt/jmespath "0.2.0"]