License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdxyz.ronella.logging |
ArtifactId | ArtifactIdlogger-plus |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionLogger Plus
Additional functionality to logging.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
logger-plus-1.0.0.pom | |
logger-plus-1.0.0.jar | 5 KB |
logger-plus-1.0.0-tests.jar | 2 KB |
logger-plus-1.0.0-sources.jar | 1 KB |
logger-plus-1.0.0-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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.ronella.logging/logger-plus/
implementation 'xyz.ronella.logging:logger-plus:1.0.0'
// https://jarcasting.com/artifacts/xyz.ronella.logging/logger-plus/
implementation ("xyz.ronella.logging:logger-plus:1.0.0")
'xyz.ronella.logging:logger-plus:jar:1.0.0'
<dependency org="xyz.ronella.logging" name="logger-plus" rev="1.0.0">
<artifact name="logger-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.ronella.logging', module='logger-plus', version='1.0.0')
)
libraryDependencies += "xyz.ronella.logging" % "logger-plus" % "1.0.0"
[xyz.ronella.logging/logger-plus "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.12.1 |
org.apache.logging.log4j : log4j-core | jar | 2.12.1 |
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
org.apache.logging.log4j : log4j-slf4j18-impl | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |
org.mockito : mockito-core | jar | 3.1.0 |