Microsoft Azure Functions Java Core Types

This package contains all Java interfaces and annotations to interact with Microsoft Azure functions runtime.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.microsoft.azure.functions
ArtifactId

ArtifactId

azure-functions-java-library
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Microsoft Azure Functions Java Core Types
This package contains all Java interfaces and annotations to interact with Microsoft Azure functions runtime.
Project URL

Project URL

https://azure.microsoft.com/en-us/services/functions
Source Code Management

Source Code Management

https://github.com/Azure/azure-functions-java-worker

Download azure-functions-java-library

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.microsoft.azure.functions : azure-functions-java-core-library jar 1.0.0

test (3)

Group / Artifact Type Version
org.reflections : reflections jar 0.9.11
junit : junit jar 4.12
org.mockito : mockito-core jar 2.23.0

Project Modules

There are no modules declared in this project.
com.microsoft.azure.functions

Microsoft Azure

APIs, SDKs and open source projects from Microsoft Azure

Versions

Version
2.0.1
2.0.0
1.4.2
1.4.0
1.3.1
1.3.0
1.2.2
1.2.0
1.0.0-beta-5
1.0.0-beta-4