License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdcommon-logging |
Last Version | Last Version3.3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYildiz-Engine Common Logging
Common Logging library for the yildiz project, contains utilities to log.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-logging-3.3.5.pom | |
common-logging-3.3.5.jar | 15 KB |
common-logging-3.3.5-sources.jar | 18 KB |
common-logging-3.3.5-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-logging/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>common-logging</artifactId>
<version>3.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-logging/
implementation 'be.yildiz-games:common-logging:3.3.5'
// https://jarcasting.com/artifacts/be.yildiz-games/common-logging/
implementation ("be.yildiz-games:common-logging:3.3.5")
'be.yildiz-games:common-logging:jar:3.3.5'
<dependency org="be.yildiz-games" name="common-logging" rev="3.3.5">
<artifact name="common-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-logging', version='3.3.5')
)
libraryDependencies += "be.yildiz-games" % "common-logging" % "3.3.5"
[be.yildiz-games/common-logging "3.3.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
be.yildiz-games : common-properties | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |