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