a

applicationinsights-spring-boot-starter

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