a

applicationinsights-core

This is the core module of Microsoft Application Insights Java SDK
https://github.com/Microsoft/ApplicationInsights-Java
MIT License
Microsoft
Files download
File Operation
applicationinsights-core-2.6.4.jar download
applicationinsights-core-2.6.4.pom download
applicationinsights-core-2.6.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>applicationinsights-core</artifactId>
  <version>2.6.4</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:applicationinsights-core:2.6.4'
Gradle Kotlin
implementation("com.microsoft.azure:applicationinsights-core:2.6.4")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "applicationinsights-core" % "2.6.4"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='applicationinsights-core', version='2.6.4')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="applicationinsights-core" rev="2.6.4" />
Leiningen
[com.microsoft.azure/applicationinsights-core "2.6.4"]
Apache Buildr
'com.microsoft.azure:applicationinsights-core:jar:2.6.4'
Dependencies
The project has no third-party dependencies