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