is not current version
Last Version 2.6.4

com.microsoft.azure:applicationinsights-core 2.3.0

This is the core module of Microsoft Application Insights Java SDK

GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

applicationinsights-core
Version

Version

2.3.0
Type

Type

jar

Download applicationinsights-core 2.3.0


<!-- https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-core/ -->
<dependency>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>applicationinsights-core</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-core/
implementation 'com.microsoft.azure:applicationinsights-core:2.3.0'
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-core/
implementation ("com.microsoft.azure:applicationinsights-core:2.3.0")
'com.microsoft.azure:applicationinsights-core:jar:2.3.0'
<dependency org="com.microsoft.azure" name="applicationinsights-core" rev="2.3.0">
  <artifact name="applicationinsights-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='applicationinsights-core', version='2.3.0')
)
libraryDependencies += "com.microsoft.azure" % "applicationinsights-core" % "2.3.0"
[com.microsoft.azure/applicationinsights-core "2.3.0"]