License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.honeycomb.beeline |
ArtifactId | ArtifactIdbeeline-spring-boot-sleuth-starter |
Version | Version1.5.1 |
Type | Typejar |
Description |
DescriptionBeeline Java (Spring Boot Sleuth Starter)
Spring Boot Sleuth Starter module to auto-configure Spring Boot Sleuth to send trace data via Honeycomb Beeline for Java
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.honeycomb.beeline/beeline-spring-boot-sleuth-starter/ -->
<dependency>
<groupId>io.honeycomb.beeline</groupId>
<artifactId>beeline-spring-boot-sleuth-starter</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.honeycomb.beeline/beeline-spring-boot-sleuth-starter/
implementation 'io.honeycomb.beeline:beeline-spring-boot-sleuth-starter:1.5.1'
// https://jarcasting.com/artifacts/io.honeycomb.beeline/beeline-spring-boot-sleuth-starter/
implementation ("io.honeycomb.beeline:beeline-spring-boot-sleuth-starter:1.5.1")
'io.honeycomb.beeline:beeline-spring-boot-sleuth-starter:jar:1.5.1'
<dependency org="io.honeycomb.beeline" name="beeline-spring-boot-sleuth-starter" rev="1.5.1">
<artifact name="beeline-spring-boot-sleuth-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.honeycomb.beeline', module='beeline-spring-boot-sleuth-starter', version='1.5.1')
)
libraryDependencies += "io.honeycomb.beeline" % "beeline-spring-boot-sleuth-starter" % "1.5.1"
[io.honeycomb.beeline/beeline-spring-boot-sleuth-starter "1.5.1"]
Group / Artifact | Type | Version |
---|---|---|
io.honeycomb.beeline : beeline-spring-boot-starter | jar | 1.5.0 |
org.springframework.cloud : spring-cloud-starter-sleuth | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.1.RELEASE |
com.github.spotbugs : spotbugs-annotations Optional | jar | 4.0.0-beta4 |
net.jcip : jcip-annotations Optional | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.1.RELEASE |
com.github.spotbugs : spotbugs | jar | 4.0.0-beta4 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-core | jar | 3.3.3 |
org.assertj : assertj-core | jar | 3.11.1 |
com.github.tomakehurst : wiremock | jar | 2.26.0 |
io.rest-assured : rest-assured | jar | 3.3.0 |