GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdazure-spring-common |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
azure-spring-common-0.1.5.pom | |
azure-spring-common-0.1.5.jar | 11 KB |
azure-spring-common-0.1.5-sources.jar | 7 KB |
azure-spring-common-0.1.5-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-common/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-common</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-common/
implementation 'com.microsoft.azure:azure-spring-common:0.1.5'
// https://jarcasting.com/artifacts/com.microsoft.azure/azure-spring-common/
implementation ("com.microsoft.azure:azure-spring-common:0.1.5")
'com.microsoft.azure:azure-spring-common:jar:0.1.5'
<dependency org="com.microsoft.azure" name="azure-spring-common" rev="0.1.5">
<artifact name="azure-spring-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='azure-spring-common', version='0.1.5')
)
libraryDependencies += "com.microsoft.azure" % "azure-spring-common" % "0.1.5"
[com.microsoft.azure/azure-spring-common "0.1.5"]