| Категории |
КатегорииAWS Контейнер PaaS Providers |
|---|---|
| Группа | Группаsoftware.amazon.smithy |
| Идентификатор | Идентификаторsmithy-aws-protocol-tests |
| Версия | Версия0.9.8 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/software.amazon.smithy/smithy-aws-protocol-tests/ -->
<dependency>
<groupId>software.amazon.smithy</groupId>
<artifactId>smithy-aws-protocol-tests</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-aws-protocol-tests/
implementation 'software.amazon.smithy:smithy-aws-protocol-tests:0.9.8'
// https://jarcasting.com/artifacts/software.amazon.smithy/smithy-aws-protocol-tests/
implementation ("software.amazon.smithy:smithy-aws-protocol-tests:0.9.8")
'software.amazon.smithy:smithy-aws-protocol-tests:jar:0.9.8'
<dependency org="software.amazon.smithy" name="smithy-aws-protocol-tests" rev="0.9.8">
<artifact name="smithy-aws-protocol-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='software.amazon.smithy', module='smithy-aws-protocol-tests', version='0.9.8')
)
libraryDependencies += "software.amazon.smithy" % "smithy-aws-protocol-tests" % "0.9.8"
[software.amazon.smithy/smithy-aws-protocol-tests "0.9.8"]