Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdcom.github.tomschi |
ArtifactId | ArtifactIdcommons-slf4j |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-slf4j-0.2.0.pom | |
commons-slf4j-0.2.0.jar | 4 KB |
commons-slf4j-0.2.0-sources.jar | 3 KB |
commons-slf4j-0.2.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-slf4j/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-slf4j</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-slf4j/
implementation 'com.github.tomschi:commons-slf4j:0.2.0'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-slf4j/
implementation ("com.github.tomschi:commons-slf4j:0.2.0")
'com.github.tomschi:commons-slf4j:jar:0.2.0'
<dependency org="com.github.tomschi" name="commons-slf4j" rev="0.2.0">
<artifact name="commons-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-slf4j', version='0.2.0')
)
libraryDependencies += "com.github.tomschi" % "commons-slf4j" % "0.2.0"
[com.github.tomschi/commons-slf4j "0.2.0"]