Categories |
CategoriesVMware Container Virtualization Tools SLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.vmware.xenon |
ArtifactId | ArtifactIdxenon-slf4j |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
xenon-slf4j-0.8.1.pom | |
xenon-slf4j-0.8.1.jar | 24 KB |
xenon-slf4j-0.8.1-test-sources.jar | 2 KB |
xenon-slf4j-0.8.1-sources.jar | 23 KB |
xenon-slf4j-0.8.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vmware.xenon/xenon-slf4j/ -->
<dependency>
<groupId>com.vmware.xenon</groupId>
<artifactId>xenon-slf4j</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-slf4j/
implementation 'com.vmware.xenon:xenon-slf4j:0.8.1'
// https://jarcasting.com/artifacts/com.vmware.xenon/xenon-slf4j/
implementation ("com.vmware.xenon:xenon-slf4j:0.8.1")
'com.vmware.xenon:xenon-slf4j:jar:0.8.1'
<dependency org="com.vmware.xenon" name="xenon-slf4j" rev="0.8.1">
<artifact name="xenon-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vmware.xenon', module='xenon-slf4j', version='0.8.1')
)
libraryDependencies += "com.vmware.xenon" % "xenon-slf4j" % "0.8.1"
[com.vmware.xenon/xenon-slf4j "0.8.1"]