Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.sta-soft |
ArtifactId | ArtifactIdmlogger4slf4j |
Version | Version1.8 |
Type | Typejar |
Filename | Size |
---|---|
mlogger4slf4j-1.8.pom | |
mlogger4slf4j-1.8.jar | 10 KB |
mlogger4slf4j-1.8-tests.jar | 4 KB |
mlogger4slf4j-1.8-test-sources.jar | 3 KB |
mlogger4slf4j-1.8-sources.jar | 11 KB |
mlogger4slf4j-1.8-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sta-soft/mlogger4slf4j/ -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>mlogger4slf4j</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/mlogger4slf4j/
implementation 'com.sta-soft:mlogger4slf4j:1.8'
// https://jarcasting.com/artifacts/com.sta-soft/mlogger4slf4j/
implementation ("com.sta-soft:mlogger4slf4j:1.8")
'com.sta-soft:mlogger4slf4j:jar:1.8'
<dependency org="com.sta-soft" name="mlogger4slf4j" rev="1.8">
<artifact name="mlogger4slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='mlogger4slf4j', version='1.8')
)
libraryDependencies += "com.sta-soft" % "mlogger4slf4j" % "1.8"
[com.sta-soft/mlogger4slf4j "1.8"]