Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.honeycomb.beeline |
ArtifactId | ArtifactIdbeeline-spring-boot-sleuth-starter |
Version | Version1.5.0 |
Type | Typejar |
<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/io.honeycomb.beeline/beeline-spring-boot-sleuth-starter/
implementation ("io.honeycomb.beeline:beeline-spring-boot-sleuth-starter:1.5.0")
'io.honeycomb.beeline:beeline-spring-boot-sleuth-starter:jar:1.5.0'
<dependency org="io.honeycomb.beeline" name="beeline-spring-boot-sleuth-starter" rev="1.5.0">
<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.0')
)
libraryDependencies += "io.honeycomb.beeline" % "beeline-spring-boot-sleuth-starter" % "1.5.0"
[io.honeycomb.beeline/beeline-spring-boot-sleuth-starter "1.5.0"]