| License |
License |
|---|---|
| GroupId | GroupIdcom.github.XDean |
| ArtifactId | ArtifactIdcommon-log |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCommon logging interface
Common logging interface
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| common-log-1.0.1.pom | |
| common-log-1.0.1.jar | 16 KB |
| common-log-1.0.1-sources.jar | 7 KB |
| common-log-1.0.1-javadoc.jar | 78 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-api Optional | jar | 2.10.0 |
| org.slf4j : slf4j-api Optional | jar | 1.7.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.javassist : javassist | jar | 3.21.0-GA |
| junit : junit | jar | 4.12 |