License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.seppiko.commons |
ArtifactId | ArtifactIdcommons-logging |
Last Version | Last Version1.2.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSeppiko Commons Logging
An Abstract Logging framework
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.seppiko.commons/commons-logging/ -->
<dependency>
<groupId>org.seppiko.commons</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.seppiko.commons/commons-logging/
implementation 'org.seppiko.commons:commons-logging:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/org.seppiko.commons/commons-logging/
implementation ("org.seppiko.commons:commons-logging:1.2.0.RELEASE")
'org.seppiko.commons:commons-logging:jar:1.2.0.RELEASE'
<dependency org="org.seppiko.commons" name="commons-logging" rev="1.2.0.RELEASE">
<artifact name="commons-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seppiko.commons', module='commons-logging', version='1.2.0.RELEASE')
)
libraryDependencies += "org.seppiko.commons" % "commons-logging" % "1.2.0.RELEASE"
[org.seppiko.commons/commons-logging "1.2.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.1 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
org.junit.platform : junit-platform-launcher | jar | 1.8.2 |