c

common-logging

Common Logging library for the yildiz project, contains utilities to log.
https://engine.yildiz-games.be
文件下载
文件名 操作
common-logging-3.3.2.jar 下载
common-logging-3.3.2.pom 下载
common-logging-3.3.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>common-logging</artifactId>
  <version>3.3.2</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:common-logging:3.3.2'
Gradle Kotlin
implementation("be.yildiz-games:common-logging:3.3.2")
Scala SBT
libraryDependencies += "be.yildiz-games" % "common-logging" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='common-logging', version='3.3.2')
)
Apache Ivy
<dependency org="be.yildiz-games" name="common-logging" rev="3.3.2" />
Leiningen
[be.yildiz-games/common-logging "3.3.2"]
Apache Buildr
'be.yildiz-games:common-logging:jar:3.3.2'