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