License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices CLI User Interface |
GroupId | GroupIdcom.sellware.quarkus-temporal |
ArtifactId | ArtifactIdtemporal-client |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTemporal Client - Runtime
Quarkus extension for temporal engine
|
Filename | Size |
---|---|
temporal-client-2.0.1.pom | |
temporal-client-2.0.1.jar | 26 KB |
temporal-client-2.0.1-sources.jar | 14 KB |
temporal-client-2.0.1-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client/ -->
<dependency>
<groupId>com.sellware.quarkus-temporal</groupId>
<artifactId>temporal-client</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client/
implementation 'com.sellware.quarkus-temporal:temporal-client:2.0.1'
// https://jarcasting.com/artifacts/com.sellware.quarkus-temporal/temporal-client/
implementation ("com.sellware.quarkus-temporal:temporal-client:2.0.1")
'com.sellware.quarkus-temporal:temporal-client:jar:2.0.1'
<dependency org="com.sellware.quarkus-temporal" name="temporal-client" rev="2.0.1">
<artifact name="temporal-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sellware.quarkus-temporal', module='temporal-client', version='2.0.1')
)
libraryDependencies += "com.sellware.quarkus-temporal" % "temporal-client" % "2.0.1"
[com.sellware.quarkus-temporal/temporal-client "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core | jar | 2.4.2.Final |
io.quarkus : quarkus-arc | jar | 2.4.2.Final |
io.temporal : temporal-sdk | jar | 1.5.0 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.11.3 |
org.graalvm.nativeimage : svm | jar | 21.3.0 |
io.grpc : grpc-netty-shaded | jar | 1.41.0 |