License |
License |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdapplicationinsights-collectd |
Version | Version2.6.3 |
Type | Typejar |
Description |
DescriptionMicrosoft Application Insights Java CollectD Plugin
This module is the collectd plugin for Microsoft Application Insights Java SDK
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-collectd/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>applicationinsights-collectd</artifactId>
<version>2.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-collectd/
implementation 'com.microsoft.azure:applicationinsights-collectd:2.6.3'
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-collectd/
implementation ("com.microsoft.azure:applicationinsights-collectd:2.6.3")
'com.microsoft.azure:applicationinsights-collectd:jar:2.6.3'
<dependency org="com.microsoft.azure" name="applicationinsights-collectd" rev="2.6.3">
<artifact name="applicationinsights-collectd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='applicationinsights-collectd', version='2.6.3')
)
libraryDependencies += "com.microsoft.azure" % "applicationinsights-collectd" % "2.6.3"
[com.microsoft.azure/applicationinsights-collectd "2.6.3"]