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