License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.opns.otl |
ArtifactId | ArtifactIdotl-spring-boot |
Version | Version0.2.16-alpha |
Type | Typejar |
Description |
Descriptionotl-spring-boot
A simple light-weight opentracing framework implementation
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.opns.otl/otl-spring-boot/ -->
<dependency>
<groupId>io.opns.otl</groupId>
<artifactId>otl-spring-boot</artifactId>
<version>0.2.16-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.opns.otl/otl-spring-boot/
implementation 'io.opns.otl:otl-spring-boot:0.2.16-alpha'
// https://jarcasting.com/artifacts/io.opns.otl/otl-spring-boot/
implementation ("io.opns.otl:otl-spring-boot:0.2.16-alpha")
'io.opns.otl:otl-spring-boot:jar:0.2.16-alpha'
<dependency org="io.opns.otl" name="otl-spring-boot" rev="0.2.16-alpha">
<artifact name="otl-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opns.otl', module='otl-spring-boot', version='0.2.16-alpha')
)
libraryDependencies += "io.opns.otl" % "otl-spring-boot" % "0.2.16-alpha"
[io.opns.otl/otl-spring-boot "0.2.16-alpha"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.6.RELEASE |
io.opns.otl : otl-spring-web | jar | 0.2.16-alpha |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.1 |