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