GroupId | GroupIdio.temporal |
---|---|
ArtifactId | ArtifactIdtemporal-sdk |
Version | Version0.19.0 |
Type | Typejar |
Filename | Size |
---|---|
temporal-sdk-0.19.0.pom | |
temporal-sdk-0.19.0.jar | 3 MB |
temporal-sdk-0.19.0-sources.jar | 473 KB |
temporal-sdk-0.19.0-javadoc.jar | 818 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.temporal/temporal-sdk/ -->
<dependency>
<groupId>io.temporal</groupId>
<artifactId>temporal-sdk</artifactId>
<version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.temporal/temporal-sdk/
implementation 'io.temporal:temporal-sdk:0.19.0'
// https://jarcasting.com/artifacts/io.temporal/temporal-sdk/
implementation ("io.temporal:temporal-sdk:0.19.0")
'io.temporal:temporal-sdk:jar:0.19.0'
<dependency org="io.temporal" name="temporal-sdk" rev="0.19.0">
<artifact name="temporal-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.temporal', module='temporal-sdk', version='0.19.0')
)
libraryDependencies += "io.temporal" % "temporal-sdk" % "0.19.0"
[io.temporal/temporal-sdk "0.19.0"]