License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdapplicationinsights-web-auto |
Version | Version2.6.4 |
Type | Typejar |
Description |
DescriptionMicrosoft Application Insights Java SDK Web with Auto Registration Module
This is the web with auto registration module of Microsoft Application Insights Java SDK
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-web-auto/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>applicationinsights-web-auto</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-web-auto/
implementation 'com.microsoft.azure:applicationinsights-web-auto:2.6.4'
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-web-auto/
implementation ("com.microsoft.azure:applicationinsights-web-auto:2.6.4")
'com.microsoft.azure:applicationinsights-web-auto:jar:2.6.4'
<dependency org="com.microsoft.azure" name="applicationinsights-web-auto" rev="2.6.4">
<artifact name="applicationinsights-web-auto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='applicationinsights-web-auto', version='2.6.4')
)
libraryDependencies += "com.microsoft.azure" % "applicationinsights-web-auto" % "2.6.4"
[com.microsoft.azure/applicationinsights-web-auto "2.6.4"]