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.5.0-BETA.3.jar download
applicationinsights-core-2.5.0-BETA.3.pom download
applicationinsights-core-2.5.0-BETA.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.azure</groupId>
  <artifactId>applicationinsights-core</artifactId>
  <version>2.5.0-BETA.3</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.azure:applicationinsights-core:2.5.0-BETA.3'
Gradle Kotlin
implementation("com.microsoft.azure:applicationinsights-core:2.5.0-BETA.3")
Scala SBT
libraryDependencies += "com.microsoft.azure" % "applicationinsights-core" % "2.5.0-BETA.3"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.azure', module='applicationinsights-core', version='2.5.0-BETA.3')
)
Apache Ivy
<dependency org="com.microsoft.azure" name="applicationinsights-core" rev="2.5.0-BETA.3" />
Leiningen
[com.microsoft.azure/applicationinsights-core "2.5.0-BETA.3"]
Apache Buildr
'com.microsoft.azure:applicationinsights-core:jar:2.5.0-BETA.3'
Dependencies
The project has no third-party dependencies