is not current version
Last Version 3.3.5

be.yildiz-games:common-logging 1.0.0

Common Logging library for the yildiz project, contains utilities to log.

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

be.yildiz-games
ArtifactId

ArtifactId

common-logging
Version

Version

1.0.0
Type

Type

jar

Download common-logging 1.0.0


<!-- https://jarcasting.com/artifacts/be.yildiz-games/common-logging/ -->
<dependency>
    <groupId>be.yildiz-games</groupId>
    <artifactId>common-logging</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/common-logging/
implementation 'be.yildiz-games:common-logging:1.0.0'
// https://jarcasting.com/artifacts/be.yildiz-games/common-logging/
implementation ("be.yildiz-games:common-logging:1.0.0")
'be.yildiz-games:common-logging:jar:1.0.0'
<dependency org="be.yildiz-games" name="common-logging" rev="1.0.0">
  <artifact name="common-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='common-logging', version='1.0.0')
)
libraryDependencies += "be.yildiz-games" % "common-logging" % "1.0.0"
[be.yildiz-games/common-logging "1.0.0"]