License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.github.nhirakawa |
ArtifactId | ArtifactIdlogging-base |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlogging-base
Common logging configuration for nhirakawa
|
Filename | Size |
---|---|
logging-base-3.0.pom | |
logging-base-3.0.jar | 2 KB |
logging-base-3.0-sources.jar | 680 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nhirakawa/logging-base/ -->
<dependency>
<groupId>com.github.nhirakawa</groupId>
<artifactId>logging-base</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nhirakawa/logging-base/
implementation 'com.github.nhirakawa:logging-base:3.0'
// https://jarcasting.com/artifacts/com.github.nhirakawa/logging-base/
implementation ("com.github.nhirakawa:logging-base:3.0")
'com.github.nhirakawa:logging-base:jar:3.0'
<dependency org="com.github.nhirakawa" name="logging-base" rev="3.0">
<artifact name="logging-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nhirakawa', module='logging-base', version='3.0')
)
libraryDependencies += "com.github.nhirakawa" % "logging-base" % "3.0"
[com.github.nhirakawa/logging-base "3.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
ch.qos.logback : logback-core | jar | 1.2.3 |