| Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
|---|---|
| GroupId | GroupIdcom.sellware.quarkus-temporal |
| ArtifactId | ArtifactIdtemporal-client |
| Version | Version1.11.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| temporal-client-1.11.0.0.pom | |
| temporal-client-1.11.0.0.jar | 26 KB |
| temporal-client-1.11.0.0-sources.jar | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client/ -->
<dependency>
<groupId>com.sellware.quarkus-temporal</groupId>
<artifactId>temporal-client</artifactId>
<version>1.11.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client/
implementation 'com.sellware.quarkus-temporal:temporal-client:1.11.0.0'
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client/
implementation ("com.sellware.quarkus-temporal:temporal-client:1.11.0.0")
'com.sellware.quarkus-temporal:temporal-client:jar:1.11.0.0'
<dependency org="com.sellware.quarkus-temporal" name="temporal-client" rev="1.11.0.0">
<artifact name="temporal-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sellware.quarkus-temporal', module='temporal-client', version='1.11.0.0')
)
libraryDependencies += "com.sellware.quarkus-temporal" % "temporal-client" % "1.11.0.0"
[com.sellware.quarkus-temporal/temporal-client "1.11.0.0"]