License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
GroupId | GroupIdcom.sellware.quarkus-temporal |
ArtifactId | ArtifactIdtemporal-client-deployment |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTemporal Client - Deployment
Quarkus extension for temporal engine
|
<!-- https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-deployment/ -->
<dependency>
<groupId>com.sellware.quarkus-temporal</groupId>
<artifactId>temporal-client-deployment</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-deployment/
implementation 'com.sellware.quarkus-temporal:temporal-client-deployment:2.0.1'
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client-deployment/
implementation ("com.sellware.quarkus-temporal:temporal-client-deployment:2.0.1")
'com.sellware.quarkus-temporal:temporal-client-deployment:jar:2.0.1'
<dependency org="com.sellware.quarkus-temporal" name="temporal-client-deployment" rev="2.0.1">
<artifact name="temporal-client-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sellware.quarkus-temporal', module='temporal-client-deployment', version='2.0.1')
)
libraryDependencies += "com.sellware.quarkus-temporal" % "temporal-client-deployment" % "2.0.1"
[com.sellware.quarkus-temporal/temporal-client-deployment "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core-deployment | jar | |
io.quarkus : quarkus-arc-deployment | jar | |
com.sellware.quarkus-temporal : temporal-client | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5-internal | jar |