| License |
License
License
Notice
|
|---|---|
| Categories |
CategoriesVMware Container Virtualization Tools SLF4J Application Layer Libs Logging |
| GroupId | GroupIdcom.vmware.xenon |
| ArtifactId | ArtifactIdslf4j-xenon |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSl4j bridge to Xenon logging framework (based on JUL).
|
| Filename | Size |
|---|---|
| slf4j-xenon-0.0.1.pom | |
| slf4j-xenon-0.0.1.jar | 5 KB |
| slf4j-xenon-0.0.1-test-sources.jar | 2 KB |
| slf4j-xenon-0.0.1-sources.jar | 3 KB |
| slf4j-xenon-0.0.1-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vmware.xenon/slf4j-xenon/ -->
<dependency>
<groupId>com.vmware.xenon</groupId>
<artifactId>slf4j-xenon</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.xenon/slf4j-xenon/
implementation 'com.vmware.xenon:slf4j-xenon:0.0.1'
// https://jarcasting.com/artifacts/com.vmware.xenon/slf4j-xenon/
implementation ("com.vmware.xenon:slf4j-xenon:0.0.1")
'com.vmware.xenon:slf4j-xenon:jar:0.0.1'
<dependency org="com.vmware.xenon" name="slf4j-xenon" rev="0.0.1">
<artifact name="slf4j-xenon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.xenon', module='slf4j-xenon', version='0.0.1')
)
libraryDependencies += "com.vmware.xenon" % "slf4j-xenon" % "0.0.1"
[com.vmware.xenon/slf4j-xenon "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api Optional | jar | 1.7.6 |
| com.vmware.xenon : xenon-common Optional | jar | 1.3.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.vmware.xenon : xenon-common | test-jar | 1.3.3 |