is not current version
Last Version 2.6.4

com.microsoft.azure:applicationinsights-spring-boot-starter 2.4.1

This is the Spring Boot starter of Microsoft Application Insights Java SDK

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.microsoft.azure
ArtifactId

ArtifactId

applicationinsights-spring-boot-starter
Version

Version

2.4.1
Type

Type

jar

Download applicationinsights-spring-boot-starter 2.4.1


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