is not current version
Last Version 3.3.5

be.yildiz-games:common-logging 2.1.1

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

2.1.1
Type

Type

jar

Download common-logging 2.1.1


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