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