Durable Task Client SDK for Java

This package contains classes and interfaces for building Durable Task orchestrations in Java.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.microsoft
ArtifactId

ArtifactId

durabletask-client
Last Version

Last Version

1.0.0-beta.1
Release Date

Release Date

Type

Type

jar
Description

Description

Durable Task Client SDK for Java
This package contains classes and interfaces for building Durable Task orchestrations in Java.
Project URL

Project URL

https://github.com/microsoft/durabletask-java/tree/main/client
Source Code Management

Source Code Management

https://github.com/microsoft/durabletask-java/tree/main/client

Download durabletask-client

How to add to project

<!-- 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"]

Dependencies

runtime (7)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-beta.1