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