Common logging interface


License

License

GroupId

GroupId

com.github.XDean
ArtifactId

ArtifactId

common-log
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Common logging interface
Common logging interface
Project URL

Project URL

https://github.com/XDean/common-log

Download common-log

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api Optional jar 2.10.0
org.slf4j : slf4j-api Optional jar 1.7.22

test (2)

Group / Artifact Type Version
org.javassist : javassist jar 3.21.0-GA
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0