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