Categories |
CategoriesSpring Boot Container Microservices KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.azure.spring |
ArtifactId | ArtifactIdazure-spring-boot-starter-keyvault-certificates |
Version | Version3.0.0-beta.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.azure.spring/azure-spring-boot-starter-keyvault-certificates/ -->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-boot-starter-keyvault-certificates</artifactId>
<version>3.0.0-beta.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure.spring/azure-spring-boot-starter-keyvault-certificates/
implementation 'com.azure.spring:azure-spring-boot-starter-keyvault-certificates:3.0.0-beta.5'
// https://jarcasting.com/artifacts/com.azure.spring/azure-spring-boot-starter-keyvault-certificates/
implementation ("com.azure.spring:azure-spring-boot-starter-keyvault-certificates:3.0.0-beta.5")
'com.azure.spring:azure-spring-boot-starter-keyvault-certificates:jar:3.0.0-beta.5'
<dependency org="com.azure.spring" name="azure-spring-boot-starter-keyvault-certificates" rev="3.0.0-beta.5">
<artifact name="azure-spring-boot-starter-keyvault-certificates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure.spring', module='azure-spring-boot-starter-keyvault-certificates', version='3.0.0-beta.5')
)
libraryDependencies += "com.azure.spring" % "azure-spring-boot-starter-keyvault-certificates" % "3.0.0-beta.5"
[com.azure.spring/azure-spring-boot-starter-keyvault-certificates "3.0.0-beta.5"]