License |
License |
---|---|
GroupId | GroupIdio.opns.otl |
ArtifactId | ArtifactIdotl-web |
Version | Version0.2.16-alpha |
Type | Typejar |
Description |
Descriptionotl-web
A simple light-weight opentracing framework implementation
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
otl-web-0.2.16-alpha.pom | |
otl-web-0.2.16-alpha.jar | 9 KB |
otl-web-0.2.16-alpha-sources.jar | 10 KB |
otl-web-0.2.16-alpha-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.opns.otl/otl-web/ -->
<dependency>
<groupId>io.opns.otl</groupId>
<artifactId>otl-web</artifactId>
<version>0.2.16-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.opns.otl/otl-web/
implementation 'io.opns.otl:otl-web:0.2.16-alpha'
// https://jarcasting.com/artifacts/io.opns.otl/otl-web/
implementation ("io.opns.otl:otl-web:0.2.16-alpha")
'io.opns.otl:otl-web:jar:0.2.16-alpha'
<dependency org="io.opns.otl" name="otl-web" rev="0.2.16-alpha">
<artifact name="otl-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opns.otl', module='otl-web', version='0.2.16-alpha')
)
libraryDependencies += "io.opns.otl" % "otl-web" % "0.2.16-alpha"
[io.opns.otl/otl-web "0.2.16-alpha"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
io.opns.otl : otl-api | jar | 0.2.16-alpha |
io.opns.otl : otl-slf4j | jar | 0.2.16-alpha |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.1 |