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