is not current version
Last Version 1.0.0

com.github.houbb:slf4j-common 0.1.144

Collect base useful tools for dev.

Categories

Categories

SLF4J Application Layer Libs Logging
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

slf4j-common
Version

Version

0.1.144
Type

Type

jar

Download slf4j-common 0.1.144


<!-- https://jarcasting.com/artifacts/com.github.houbb/slf4j-common/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>slf4j-common</artifactId>
    <version>0.1.144</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/slf4j-common/
implementation 'com.github.houbb:slf4j-common:0.1.144'
// https://jarcasting.com/artifacts/com.github.houbb/slf4j-common/
implementation ("com.github.houbb:slf4j-common:0.1.144")
'com.github.houbb:slf4j-common:jar:0.1.144'
<dependency org="com.github.houbb" name="slf4j-common" rev="0.1.144">
  <artifact name="slf4j-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='slf4j-common', version='0.1.144')
)
libraryDependencies += "com.github.houbb" % "slf4j-common" % "0.1.144"
[com.github.houbb/slf4j-common "0.1.144"]