is not current version
Last Version 2.6.4

com.microsoft.azure:applicationinsights-spring-boot-starter 2.5.0-BETA.2

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.5.0-BETA.2
Type

Type

jar

Download applicationinsights-spring-boot-starter 2.5.0-BETA.2


<!-- 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.5.0-BETA.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-spring-boot-starter/
implementation 'com.microsoft.azure:applicationinsights-spring-boot-starter:2.5.0-BETA.2'
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-spring-boot-starter/
implementation ("com.microsoft.azure:applicationinsights-spring-boot-starter:2.5.0-BETA.2")
'com.microsoft.azure:applicationinsights-spring-boot-starter:jar:2.5.0-BETA.2'
<dependency org="com.microsoft.azure" name="applicationinsights-spring-boot-starter" rev="2.5.0-BETA.2">
  <artifact name="applicationinsights-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='applicationinsights-spring-boot-starter', version='2.5.0-BETA.2')
)
libraryDependencies += "com.microsoft.azure" % "applicationinsights-spring-boot-starter" % "2.5.0-BETA.2"
[com.microsoft.azure/applicationinsights-spring-boot-starter "2.5.0-BETA.2"]