Azure Durable Functions SDK for Java

This package contains classes, interfaces, and annotations for developing with Azure Durable Functions in Java.

License

License

GroupId

GroupId

com.microsoft
ArtifactId

ArtifactId

durabletask-azure-functions
Last Version

Last Version

1.0.0-beta.1
Release Date

Release Date

Type

Type

jar
Description

Description

Azure Durable Functions SDK for Java
This package contains classes, interfaces, and annotations for developing with Azure Durable Functions in Java.
Project URL

Project URL

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

Source Code Management

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

Download durabletask-azure-functions

How to add to project

<!-- https://jarcasting.com/artifacts/com.microsoft/durabletask-azure-functions/ -->
<dependency>
    <groupId>com.microsoft</groupId>
    <artifactId>durabletask-azure-functions</artifactId>
    <version>1.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft/durabletask-azure-functions/
implementation 'com.microsoft:durabletask-azure-functions:1.0.0-beta.1'
// https://jarcasting.com/artifacts/com.microsoft/durabletask-azure-functions/
implementation ("com.microsoft:durabletask-azure-functions:1.0.0-beta.1")
'com.microsoft:durabletask-azure-functions:jar:1.0.0-beta.1'
<dependency org="com.microsoft" name="durabletask-azure-functions" rev="1.0.0-beta.1">
  <artifact name="durabletask-azure-functions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft', module='durabletask-azure-functions', version='1.0.0-beta.1')
)
libraryDependencies += "com.microsoft" % "durabletask-azure-functions" % "1.0.0-beta.1"
[com.microsoft/durabletask-azure-functions "1.0.0-beta.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.microsoft : durabletask-client jar 1.0.0-beta.1

runtime (2)

Group / Artifact Type Version
com.microsoft.azure.functions : azure-functions-java-library jar 2.0.1
com.google.protobuf : protobuf-java jar 3.12.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-beta.1