License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdxyz.ronella.logging |
ArtifactId | ArtifactIdlogger-plus |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogger Plus
Additional functionality to logging.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logger-plus-1.1.1.pom | |
logger-plus-1.1.1.jar | 5 KB |
logger-plus-1.1.1-tests.jar | 2 KB |
logger-plus-1.1.1-sources.jar | 1 KB |
logger-plus-1.1.1-javadoc.jar | 393 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.ronella.logging/logger-plus/ -->
<dependency>
<groupId>xyz.ronella.logging</groupId>
<artifactId>logger-plus</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.ronella.logging/logger-plus/
implementation 'xyz.ronella.logging:logger-plus:1.1.1'
// https://jarcasting.com/artifacts/xyz.ronella.logging/logger-plus/
implementation ("xyz.ronella.logging:logger-plus:1.1.1")
'xyz.ronella.logging:logger-plus:jar:1.1.1'
<dependency org="xyz.ronella.logging" name="logger-plus" rev="1.1.1">
<artifact name="logger-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.ronella.logging', module='logger-plus', version='1.1.1')
)
libraryDependencies += "xyz.ronella.logging" % "logger-plus" % "1.1.1"
[xyz.ronella.logging/logger-plus "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |