GroupId | GroupIdcom.azure.spring |
---|---|
ArtifactId | ArtifactIdazure-spring-cloud-context |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.azure.spring/azure-spring-cloud-context/ -->
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-context</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.azure.spring/azure-spring-cloud-context/
implementation 'com.azure.spring:azure-spring-cloud-context:2.0.0'
// https://jarcasting.com/artifacts/com.azure.spring/azure-spring-cloud-context/
implementation ("com.azure.spring:azure-spring-cloud-context:2.0.0")
'com.azure.spring:azure-spring-cloud-context:jar:2.0.0'
<dependency org="com.azure.spring" name="azure-spring-cloud-context" rev="2.0.0">
<artifact name="azure-spring-cloud-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.azure.spring', module='azure-spring-cloud-context', version='2.0.0')
)
libraryDependencies += "com.azure.spring" % "azure-spring-cloud-context" % "2.0.0"
[com.azure.spring/azure-spring-cloud-context "2.0.0"]