Last Version

Modern Java Logging 0.1.0

This is a modern implementation of java logging based on log4j and log5j.

License

License

GroupId

GroupId

com.google.code.mjl
ArtifactId

ArtifactId

mjl
Version

Version

0.1.0
Type

Type

jar
Description

Description

Modern Java Logging
This is a modern implementation of java logging based on log4j and log5j.
Project URL

Project URL

http://code.google.com/p/mjl

Download mjl 0.1.0


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

Dependencies

compile (4)

Group / Artifact Type Version
log4j : log4j jar 1.2.16
com.google.guava : guava jar r06
com.google.inject : guice Optional jar 2.0
com.google.android : android Optional jar 2.2.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.1
org.easymock : easymock jar 3.0

Project Modules

There are no modules declared in this project.