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