License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs Logback |
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-logging-logback |
Version | Version1.1.7 |
Type | Typejar |
Description |
DescriptionYildiz-Engine Common Logging Logback
Logback implementation for Common Logging library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-logging-logback/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-logging-logback</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-logging-logback/
implementation 'be.yildiz-games:common-logging-logback:1.1.7'
// https://jarcasting.com/artifacts/be.yildiz-games/common-logging-logback/
implementation ("be.yildiz-games:common-logging-logback:1.1.7")
'be.yildiz-games:common-logging-logback:jar:1.1.7'
<dependency org="be.yildiz-games" name="common-logging-logback" rev="1.1.7">
<artifact name="common-logging-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-logging-logback', version='1.1.7')
)
libraryDependencies += "be.yildiz-games" % "common-logging-logback" % "1.1.7"
[be.yildiz-games/common-logging-logback "1.1.7"]
Group / Artifact | Type | Version |
---|---|---|
be.yildiz-games : common-logging | jar | 3.3.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |