<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>applicationinsights-spring-boot-starter</artifactId>
<version>2.6.4</version>
</dependency>
libraryDependencies += "com.microsoft.azure" % "applicationinsights-spring-boot-starter" % "2.6.4"
@Grapes(
@Grab(group='com.microsoft.azure', module='applicationinsights-spring-boot-starter', version='2.6.4')
)
<dependency org="com.microsoft.azure" name="applicationinsights-spring-boot-starter" rev="2.6.4" />
compile
|-- com.microsoft.azure:applicationinsights-web:2.6.4
provided
|-- org.springframework.boot:spring-boot:1.5.21.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:1.5.21.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:1.5.21.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:1.5.21.RELEASE