License |
License |
---|---|
GroupId | GroupIdcom.github.XDean |
ArtifactId | ArtifactIdlog |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon logging interface
Common logging interface
|
Filename | Size |
---|---|
log-1.0.pom | |
log-1.0.jar | 15 KB |
log-1.0-sources.jar | 7 KB |
log-1.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.XDean/log/ -->
<dependency>
<groupId>com.github.XDean</groupId>
<artifactId>log</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.XDean/log/
implementation 'com.github.XDean:log:1.0'
// https://jarcasting.com/artifacts/com.github.XDean/log/
implementation ("com.github.XDean:log:1.0")
'com.github.XDean:log:jar:1.0'
<dependency org="com.github.XDean" name="log" rev="1.0">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.XDean', module='log', version='1.0')
)
libraryDependencies += "com.github.XDean" % "log" % "1.0"
[com.github.XDean/log "1.0"]
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 |