License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.github.jknack |
ArtifactId | ArtifactIdmwa-logging |
Last Version | Last Version0.4.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionLogging Module
MWA is an effort for making Java Web Applications less verbose and more fun.
|
Filename | Size |
---|---|
mwa-logging-0.4.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jknack/mwa-logging/ -->
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>mwa-logging</artifactId>
<version>0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jknack/mwa-logging/
implementation 'com.github.jknack:mwa-logging:0.4.2'
// https://jarcasting.com/artifacts/com.github.jknack/mwa-logging/
implementation ("com.github.jknack:mwa-logging:0.4.2")
'com.github.jknack:mwa-logging:pom:0.4.2'
<dependency org="com.github.jknack" name="mwa-logging" rev="0.4.2">
<artifact name="mwa-logging" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jknack', module='mwa-logging', version='0.4.2')
)
libraryDependencies += "com.github.jknack" % "mwa-logging" % "0.4.2"
[com.github.jknack/mwa-logging "0.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
org.slf4j : log4j-over-slf4j | jar | 1.7.5 |
org.slf4j : jul-to-slf4j | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
log4j : log4j | jar | 1.2.16 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.5 |
junit : junit | jar | 4.11 |
org.easymock : easymock | jar | 3.1 |