MVN

cloud.anypoint : mule-azure-app-config-connector

Maven & Gradle

Jan 27, 2024
0 stars

Anypoint Cloud Connector: Azure App Configuration · This project is not production ready software, which is why it has a major version number 0. We recommend waiting for major version 1. See LICENSE for warranty clause.

<dependency>
    <groupId>cloud.anypoint</groupId>
    <artifactId>mule-azure-app-config-connector</artifactId>
    <version>0.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.anypoint : mule-azure-app-config-connector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.0

All Versions

Choose a version of cloud.anypoint : mule-azure-app-config-connector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
mule-azure-app-config-connector-0.0.0

How to add a dependency to Maven

Add the following cloud.anypoint : mule-azure-app-config-connector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.anypoint</groupId>
    <artifactId>mule-azure-app-config-connector</artifactId>
    <version>0.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.anypoint : mule-azure-app-config-connector gradle dependency to your build.gradle file:

implementation 'cloud.anypoint:mule-azure-app-config-connector:0.0.0'

Gradle Kotlin DSL: Add the following cloud.anypoint : mule-azure-app-config-connector gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.anypoint:mule-azure-app-config-connector:0.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.anypoint : mule-azure-app-config-connector sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.anypoint" % "mule-azure-app-config-connector" % "0.0.0"