GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdspring-cloud-azure |
Version | Version1.2.4 |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-azure-1.2.4.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spring-cloud-azure/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-cloud-azure</artifactId>
<version>1.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-cloud-azure/
implementation 'com.microsoft.azure:spring-cloud-azure:1.2.4'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-cloud-azure/
implementation ("com.microsoft.azure:spring-cloud-azure:1.2.4")
'com.microsoft.azure:spring-cloud-azure:pom:1.2.4'
<dependency org="com.microsoft.azure" name="spring-cloud-azure" rev="1.2.4">
<artifact name="spring-cloud-azure" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-cloud-azure', version='1.2.4')
)
libraryDependencies += "com.microsoft.azure" % "spring-cloud-azure" % "1.2.4"
[com.microsoft.azure/spring-cloud-azure "1.2.4"]