License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.microsoft |
ArtifactId | ArtifactIddurabletask-client |
Last Version | Last Version1.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDurable Task Client SDK for Java
This package contains classes and interfaces for building Durable Task orchestrations in Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.microsoft/durabletask-client/ -->
<dependency>
<groupId>com.microsoft</groupId>
<artifactId>durabletask-client</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft/durabletask-client/
implementation 'com.microsoft:durabletask-client:1.0.0-beta.1'
// https://jarcasting.com/artifacts/com.microsoft/durabletask-client/
implementation ("com.microsoft:durabletask-client:1.0.0-beta.1")
'com.microsoft:durabletask-client:jar:1.0.0-beta.1'
<dependency org="com.microsoft" name="durabletask-client" rev="1.0.0-beta.1">
<artifact name="durabletask-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft', module='durabletask-client', version='1.0.0-beta.1')
)
libraryDependencies += "com.microsoft" % "durabletask-client" % "1.0.0-beta.1"
[com.microsoft/durabletask-client "1.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
io.grpc : grpc-protobuf | jar | 1.46.0 |
io.grpc : grpc-stub | jar | 1.46.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.3 |
io.grpc : grpc-netty-shaded | jar | 1.46.0 |