MVN

com.azure : azure-sdk-template-three

Maven & Gradle

May 26, 2023
2.1k stars

Microsoft Azure SDK for Template · This package contains Microsoft Azure SDK for Template.

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-sdk-template-three</artifactId>
    <version>1.0.0-beta.2804110</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azure : azure-sdk-template-three to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-beta.2804110
  • Latest Beta: 1.0.0-beta.2804110

All Versions

Choose a version of com.azure : azure-sdk-template-three to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
azure-sdk-template-three-1.2.1-beta.1001
1.0.x
azure-sdk-template-three-1.0.0-beta.2804110
azure-sdk-template-three-1.0.0-beta.2793026
azure-sdk-template-three-1.0.0-beta.2737006
azure-sdk-template-three-1.0.0-beta.2613067
azure-sdk-template-three-1.0.0-beta.2200477
azure-sdk-template-three-1.0.0-beta.2199602
azure-sdk-template-three-1.0.0-beta.2170340
azure-sdk-template-three-1.0.0-beta.2159325
azure-sdk-template-three-1.0.0-beta.2136063
azure-sdk-template-three-1.0.0-beta.2046419
azure-sdk-template-three-1.0.0-beta.2033651
azure-sdk-template-three-1.0.0-beta.2000628
azure-sdk-template-three-1.0.0-beta.1993820
azure-sdk-template-three-1.0.0-beta.1987269
azure-sdk-template-three-1.0.0-beta.1950192
azure-sdk-template-three-1.0.0-beta.1943110
azure-sdk-template-three-1.0.0-beta.1936821
azure-sdk-template-three-1.0.0-beta.1934440
azure-sdk-template-three-1.0.0-beta.1910861
azure-sdk-template-three-1.0.0-beta.1881977
azure-sdk-template-three-1.0.0-beta.1881692
azure-sdk-template-three-1.0.0-beta.1855978
azure-sdk-template-three-1.0.0-beta.1845042
azure-sdk-template-three-1.0.0-beta.1821933
azure-sdk-template-three-1.0.0-beta.1804329
azure-sdk-template-three-1.0.0-beta.1774492
azure-sdk-template-three-1.0.0-beta.1758880
azure-sdk-template-three-1.0.0-beta.1758395
azure-sdk-template-three-1.0.0-beta.1746782
azure-sdk-template-three-1.0.0-beta.1746774
azure-sdk-template-three-1.0.0-beta.1742713
azure-sdk-template-three-1.0.0-beta.1736437
azure-sdk-template-three-1.0.0-beta.1736403
azure-sdk-template-three-1.0.0-beta.1692141
azure-sdk-template-three-1.0.0-beta.1680890
azure-sdk-template-three-1.0.0-beta.1677944
azure-sdk-template-three-1.0.0-beta.1632083
azure-sdk-template-three-1.0.0-beta.1611796
azure-sdk-template-three-1.0.0-beta.1597653
azure-sdk-template-three-1.0.0-beta.1588366
azure-sdk-template-three-1.0.0-beta.1588156
azure-sdk-template-three-1.0.0-beta.1557736
azure-sdk-template-three-1.0.0-beta.1544124
azure-sdk-template-three-1.0.0-beta.1543873
azure-sdk-template-three-1.0.0-beta.1543314
azure-sdk-template-three-1.0.0-beta.1541616
azure-sdk-template-three-1.0.0-beta.1536487
azure-sdk-template-three-1.0.0-beta.1535818
azure-sdk-template-three-1.0.0-beta.1522967
azure-sdk-template-three-1.0.0-beta.1522765
azure-sdk-template-three-1.0.0-beta.1517042
azure-sdk-template-three-1.0.0-beta.1516929
azure-sdk-template-three-1.0.0-beta.1

How to add a dependency to Maven

Add the following com.azure : azure-sdk-template-three maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-sdk-template-three</artifactId>
    <version>1.0.0-beta.2804110</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azure : azure-sdk-template-three gradle dependency to your build.gradle file:

implementation 'com.azure:azure-sdk-template-three:1.0.0-beta.2804110'

Gradle Kotlin DSL: Add the following com.azure : azure-sdk-template-three gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azure:azure-sdk-template-three:1.0.0-beta.2804110")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azure : azure-sdk-template-three sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azure" % "azure-sdk-template-three" % "1.0.0-beta.2804110"

Advertisement