License |
License |
---|---|
GroupId | GroupIdcom.microsoft |
ArtifactId | ArtifactIddurabletask-azure-functions |
Last Version | Last Version1.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAzure Durable Functions SDK for Java
This package contains classes, interfaces, and annotations for developing with Azure Durable Functions in Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft : durabletask-client | jar | 1.0.0-beta.1 |
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 |