is not current version
Last Version 1.0.0-beta.5

com.azure:azure-sdk-template-bom 1.0.0-beta.1

BOM used for testing the release pipeline and nothing else.

GroupId

GroupId

com.azure
ArtifactId

ArtifactId

azure-sdk-template-bom
Version

Version

1.0.0-beta.1
Type

Type

pom

Download azure-sdk-template-bom 1.0.0-beta.1


<!-- https://jarcasting.com/artifacts/com.azure/azure-sdk-template-bom/ -->
<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-sdk-template-bom</artifactId>
    <version>1.0.0-beta.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.azure/azure-sdk-template-bom/
implementation 'com.azure:azure-sdk-template-bom:1.0.0-beta.1'
// https://jarcasting.com/artifacts/com.azure/azure-sdk-template-bom/
implementation ("com.azure:azure-sdk-template-bom:1.0.0-beta.1")
'com.azure:azure-sdk-template-bom:pom:1.0.0-beta.1'
<dependency org="com.azure" name="azure-sdk-template-bom" rev="1.0.0-beta.1">
  <artifact name="azure-sdk-template-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.azure', module='azure-sdk-template-bom', version='1.0.0-beta.1')
)
libraryDependencies += "com.azure" % "azure-sdk-template-bom" % "1.0.0-beta.1"
[com.azure/azure-sdk-template-bom "1.0.0-beta.1"]