License |
License |
---|---|
GroupId | GroupIdcom.github.nomou |
ArtifactId | ArtifactIdlog4web-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlog4web-core
a log watcher 4 web
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4web-core-1.0.0.pom | |
log4web-core-1.0.0.jar | 39 KB |
log4web-core-1.0.0-sources.jar | 27 KB |
log4web-core-1.0.0-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nomou/log4web-core/ -->
<dependency>
<groupId>com.github.nomou</groupId>
<artifactId>log4web-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou/log4web-core/
implementation 'com.github.nomou:log4web-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.nomou/log4web-core/
implementation ("com.github.nomou:log4web-core:1.0.0")
'com.github.nomou:log4web-core:jar:1.0.0'
<dependency org="com.github.nomou" name="log4web-core" rev="1.0.0">
<artifact name="log4web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou', module='log4web-core', version='1.0.0')
)
libraryDependencies += "com.github.nomou" % "log4web-core" % "1.0.0"
[com.github.nomou/log4web-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.13 |
log4j : log4j Optional | jar | 1.2.17 |
ch.qos.logback : logback-classic Optional | jar | 1.2.3 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.9.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |