License |
License |
---|---|
GroupId | GroupIdcom.github.taucher2003 |
ArtifactId | ArtifactIdt2003-logger-binder |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionA SLF4J Logger implementation
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.taucher2003/t2003-logger-binder/ -->
<dependency>
<groupId>com.github.taucher2003</groupId>
<artifactId>t2003-logger-binder</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taucher2003/t2003-logger-binder/
implementation 'com.github.taucher2003:t2003-logger-binder:1.0.1'
// https://jarcasting.com/artifacts/com.github.taucher2003/t2003-logger-binder/
implementation ("com.github.taucher2003:t2003-logger-binder:1.0.1")
'com.github.taucher2003:t2003-logger-binder:jar:1.0.1'
<dependency org="com.github.taucher2003" name="t2003-logger-binder" rev="1.0.1">
<artifact name="t2003-logger-binder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taucher2003', module='t2003-logger-binder', version='1.0.1')
)
libraryDependencies += "com.github.taucher2003" % "t2003-logger-binder" % "1.0.1"
[com.github.taucher2003/t2003-logger-binder "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.taucher2003 : t2003-logger-impl | jar | 1.0.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | RELEASE |