is not current version
Last Version 1.0.1

com.github.XDean:common-log 1.0

Common logging interface

GroupId

GroupId

com.github.XDean
ArtifactId

ArtifactId

common-log
Version

Version

1.0
Type

Type

jar

Download 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"]