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