is not current version
Last Version 1.12.0

io.temporal:temporal-sdk 0.21.2

Temporal Workflow Java SDK

GroupId

GroupId

io.temporal
ArtifactId

ArtifactId

temporal-sdk
Version

Version

0.21.2
Type

Type

jar

Download temporal-sdk 0.21.2


<!-- https://jarcasting.com/artifacts/io.temporal/temporal-sdk/ -->
<dependency>
    <groupId>io.temporal</groupId>
    <artifactId>temporal-sdk</artifactId>
    <version>0.21.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.temporal/temporal-sdk/
implementation 'io.temporal:temporal-sdk:0.21.2'
// https://jarcasting.com/artifacts/io.temporal/temporal-sdk/
implementation ("io.temporal:temporal-sdk:0.21.2")
'io.temporal:temporal-sdk:jar:0.21.2'
<dependency org="io.temporal" name="temporal-sdk" rev="0.21.2">
  <artifact name="temporal-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.temporal', module='temporal-sdk', version='0.21.2')
)
libraryDependencies += "io.temporal" % "temporal-sdk" % "0.21.2"
[io.temporal/temporal-sdk "0.21.2"]