License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.github.susom |
ArtifactId | ArtifactIdserver-logging |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptioncom.github.susom:server-logging
Maven setup for Slf4j/Log4j plus utilities.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
server-logging-1.0.pom | |
server-logging-1.0.jar | 8 KB |
server-logging-1.0-sources.jar | 12 KB |
server-logging-1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.susom/server-logging/ -->
<dependency>
<groupId>com.github.susom</groupId>
<artifactId>server-logging</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.susom/server-logging/
implementation 'com.github.susom:server-logging:1.0'
// https://jarcasting.com/artifacts/com.github.susom/server-logging/
implementation ("com.github.susom:server-logging:1.0")
'com.github.susom:server-logging:jar:1.0'
<dependency org="com.github.susom" name="server-logging" rev="1.0">
<artifact name="server-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.susom', module='server-logging', version='1.0')
)
libraryDependencies += "com.github.susom" % "server-logging" % "1.0"
[com.github.susom/server-logging "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |