GroupId | GroupIdcom.microsoft.azure |
---|---|
ArtifactId | ArtifactIdapplicationinsights-core |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-core/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>applicationinsights-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-core/
implementation 'com.microsoft.azure:applicationinsights-core:1.0.6'
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-core/
implementation ("com.microsoft.azure:applicationinsights-core:1.0.6")
'com.microsoft.azure:applicationinsights-core:jar:1.0.6'
<dependency org="com.microsoft.azure" name="applicationinsights-core" rev="1.0.6">
<artifact name="applicationinsights-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='applicationinsights-core', version='1.0.6')
)
libraryDependencies += "com.microsoft.azure" % "applicationinsights-core" % "1.0.6"
[com.microsoft.azure/applicationinsights-core "1.0.6"]