| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdcom.j256.simplelogging |
| ArtifactId | ArtifactIdsimplelogging |
| Last Version | Last Version1.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSimple Logging
Simple logging package
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simplelogging-1.9.pom | |
| simplelogging-1.9.jar | 32 KB |
| simplelogging-1.9-sources.jar | 14 KB |
| simplelogging-1.9-javadoc.jar | 107 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.j256.simplelogging/simplelogging/ -->
<dependency>
<groupId>com.j256.simplelogging</groupId>
<artifactId>simplelogging</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.j256.simplelogging/simplelogging/
implementation 'com.j256.simplelogging:simplelogging:1.9'
// https://jarcasting.com/artifacts/com.j256.simplelogging/simplelogging/
implementation ("com.j256.simplelogging:simplelogging:1.9")
'com.j256.simplelogging:simplelogging:jar:1.9'
<dependency org="com.j256.simplelogging" name="simplelogging" rev="1.9">
<artifact name="simplelogging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.j256.simplelogging', module='simplelogging', version='1.9')
)
libraryDependencies += "com.j256.simplelogging" % "simplelogging" % "1.9"
[com.j256.simplelogging/simplelogging "1.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic Optional | jar | 1.2.10 |
| org.slf4j : slf4j-api Optional | jar | 1.7.32 |
| org.slf4j : slf4j-log4j12 Optional | jar | 1.7.32 |
| commons-logging : commons-logging Optional | jar | 1.2 |
| log4j : log4j Optional | jar | 1.2.17 |
| org.apache.logging.log4j : log4j-api Optional | jar | 2.3.2 |
| com.google.android : android Optional | jar | 4.1.1.4 |
| com.amazonaws : aws-lambda-java-core Optional | jar | 1.2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.easymock : easymock | jar | 3.6 |