License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdno.mnemonic.commons |
ArtifactId | ArtifactIdlogging |
Last Version | Last Version0.4.12 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmnemonic commons - logging
Implementation independent logging interface
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
logging-0.4.12.pom | |
logging-0.4.12.jar | 9 KB |
logging-0.4.12-sources.jar | 5 KB |
logging-0.4.12-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.mnemonic.commons/logging/ -->
<dependency>
<groupId>no.mnemonic.commons</groupId>
<artifactId>logging</artifactId>
<version>0.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/no.mnemonic.commons/logging/
implementation 'no.mnemonic.commons:logging:0.4.12'
// https://jarcasting.com/artifacts/no.mnemonic.commons/logging/
implementation ("no.mnemonic.commons:logging:0.4.12")
'no.mnemonic.commons:logging:jar:0.4.12'
<dependency org="no.mnemonic.commons" name="logging" rev="0.4.12">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.mnemonic.commons', module='logging', version='0.4.12')
)
libraryDependencies += "no.mnemonic.commons" % "logging" % "0.4.12"
[no.mnemonic.commons/logging "0.4.12"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |