| Категории |
КатегорииQuarkus Контейнер Микросервисы CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.sellware.quarkus-temporal |
| Идентификатор | Идентификаторtemporal-client-integration-tests |
| Версия | Версия1.11.0.7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-integration-tests/ -->
<dependency>
<groupId>com.sellware.quarkus-temporal</groupId>
<artifactId>temporal-client-integration-tests</artifactId>
<version>1.11.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-integration-tests/
implementation 'com.sellware.quarkus-temporal:temporal-client-integration-tests:1.11.0.7'
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-integration-tests/
implementation ("com.sellware.quarkus-temporal:temporal-client-integration-tests:1.11.0.7")
'com.sellware.quarkus-temporal:temporal-client-integration-tests:jar:1.11.0.7'
<dependency org="com.sellware.quarkus-temporal" name="temporal-client-integration-tests" rev="1.11.0.7">
<artifact name="temporal-client-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sellware.quarkus-temporal', module='temporal-client-integration-tests', version='1.11.0.7')
)
libraryDependencies += "com.sellware.quarkus-temporal" % "temporal-client-integration-tests" % "1.11.0.7"
[com.sellware.quarkus-temporal/temporal-client-integration-tests "1.11.0.7"]