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