не последняя версия
Последняя версия 1.0.1

com.github.XDean:common-log 1.0

Common logging interface

Группа

Группа

com.github.XDean
Идентификатор

Идентификатор

common-log
Версия

Версия

1.0
Тип

Тип

jar

Скачать common-log 1.0


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