License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdapplicationinsights-spring-boot-starter |
Last Version | Last Version2.6.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMicrosoft Application Insights Java SDK Spring Boot starter
This is the Spring Boot starter of Microsoft Application Insights Java SDK
|
Project URL |
Project URL |
<!-- 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.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-spring-boot-starter/
implementation 'com.microsoft.azure:applicationinsights-spring-boot-starter:2.6.4'
// https://jarcasting.com/artifacts/com.microsoft.azure/applicationinsights-spring-boot-starter/
implementation ("com.microsoft.azure:applicationinsights-spring-boot-starter:2.6.4")
'com.microsoft.azure:applicationinsights-spring-boot-starter:jar:2.6.4'
<dependency org="com.microsoft.azure" name="applicationinsights-spring-boot-starter" rev="2.6.4">
<artifact name="applicationinsights-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='applicationinsights-spring-boot-starter', version='2.6.4')
)
libraryDependencies += "com.microsoft.azure" % "applicationinsights-spring-boot-starter" % "2.6.4"
[com.microsoft.azure/applicationinsights-spring-boot-starter "2.6.4"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.azure : applicationinsights-web | jar | 2.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | 1.5.21.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.21.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.21.RELEASE |
org.springframework.boot : spring-boot-configuration-processor | jar | 1.5.21.RELEASE |