MVN

com.microsoft.azure.functions : azure-functions-java-library

Maven & Gradle

Dec 02, 2022
32 usages
82 stars

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

<dependency>
    <groupId>com.microsoft.azure.functions</groupId>
    <artifactId>azure-functions-java-library</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.azure.functions : azure-functions-java-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0
  • Latest Beta: 1.0.0-beta-5

All Versions

Choose a version of com.microsoft.azure.functions : azure-functions-java-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
azure-functions-java-library-3.0.0
2.2.x
azure-functions-java-library-2.2.0
2.1.x
azure-functions-java-library-2.1.0
2.0.x
azure-functions-java-library-2.0.1
azure-functions-java-library-2.0.0
1.4.x
azure-functions-java-library-1.4.2
azure-functions-java-library-1.4.0
1.3.x
azure-functions-java-library-1.3.1
azure-functions-java-library-1.3.0
1.2.x
azure-functions-java-library-1.2.2
azure-functions-java-library-1.2.0
1.0.x
azure-functions-java-library-1.0.0-beta-5
azure-functions-java-library-1.0.0-beta-4

How to add a dependency to Maven

Add the following com.microsoft.azure.functions : azure-functions-java-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.azure.functions</groupId>
    <artifactId>azure-functions-java-library</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.azure.functions : azure-functions-java-library gradle dependency to your build.gradle file:

implementation 'com.microsoft.azure.functions:azure-functions-java-library:3.0.0'

Gradle Kotlin DSL: Add the following com.microsoft.azure.functions : azure-functions-java-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.azure.functions:azure-functions-java-library:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.azure.functions : azure-functions-java-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.azure.functions" % "azure-functions-java-library" % "3.0.0"