License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdcom.github.microwww |
ArtifactId | ArtifactIddynamic-logging |
Last Version | Last Version0.1.2-release |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
<!-- https://jarcasting.com/artifacts/com.github.microwww/dynamic-logging/ -->
<dependency>
<groupId>com.github.microwww</groupId>
<artifactId>dynamic-logging</artifactId>
<version>0.1.2-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microwww/dynamic-logging/
implementation 'com.github.microwww:dynamic-logging:0.1.2-release'
// https://jarcasting.com/artifacts/com.github.microwww/dynamic-logging/
implementation ("com.github.microwww:dynamic-logging:0.1.2-release")
'com.github.microwww:dynamic-logging:jar:0.1.2-release'
<dependency org="com.github.microwww" name="dynamic-logging" rev="0.1.2-release">
<artifact name="dynamic-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microwww', module='dynamic-logging', version='0.1.2-release')
)
libraryDependencies += "com.github.microwww" % "dynamic-logging" % "0.1.2-release"
[com.github.microwww/dynamic-logging "0.1.2-release"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
org.apache.logging.log4j : log4j-core | jar | 2.11.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |