GroupId | GroupIdio.temporal |
---|---|
ArtifactId | ArtifactIdtemporal-sdk |
Version | Version0.21.2 |
Type | Typejar |
Filename | Size |
---|---|
temporal-sdk-0.21.2.pom | |
temporal-sdk-0.21.2.jar | 3 MB |
temporal-sdk-0.21.2-sources.jar | 473 KB |
temporal-sdk-0.21.2-javadoc.jar | 818 KB |
Browse |
<!-- 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"]