License |
License |
---|---|
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-log4j |
Last Version | Last Version1.0.29 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionButor Framework Core - Log4J Module
This project is an log4j specific module, contains utility specific to log4j.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
butor-log4j-1.0.29.pom | |
butor-log4j-1.0.29.jar | 8 KB |
butor-log4j-1.0.29-sources.jar | 7 KB |
butor-log4j-1.0.29-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-log4j/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-log4j</artifactId>
<version>1.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-log4j/
implementation 'com.butor:butor-log4j:1.0.29'
// https://jarcasting.com/artifacts/com.butor/butor-log4j/
implementation ("com.butor:butor-log4j:1.0.29")
'com.butor:butor-log4j:jar:1.0.29'
<dependency org="com.butor" name="butor-log4j" rev="1.0.29">
<artifact name="butor-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-log4j', version='1.0.29')
)
libraryDependencies += "com.butor" % "butor-log4j" % "1.0.29"
[com.butor/butor-log4j "1.0.29"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.24 |
log4j : apache-log4j-extras | jar | 1.1 |
com.google.guava : guava | jar | 21.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.24 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |