is not current version
Last Version 1.0.29

com.butor:butor-log4j 0.0.4

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0 This project is an log4j specific module, contains utility specific to log4j.

GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-log4j
Version

Version

0.0.4
Type

Type

jar

Download butor-log4j 0.0.4


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