| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdorg.hnau |
| ArtifactId | ArtifactIdlogging |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlogging
Utils for slf4j
|
| Filename | Size |
|---|---|
| logging-1.0.3.pom | |
| logging-1.0.3.jar | 9 KB |
| logging-1.0.3-sources.jar | 4 KB |
| logging-1.0.3-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hnau/logging/ -->
<dependency>
<groupId>org.hnau</groupId>
<artifactId>logging</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.hnau/logging/
implementation 'org.hnau:logging:1.0.3'
// https://jarcasting.com/artifacts/org.hnau/logging/
implementation ("org.hnau:logging:1.0.3")
'org.hnau:logging:jar:1.0.3'
<dependency org="org.hnau" name="logging" rev="1.0.3">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hnau', module='logging', version='1.0.3')
)
libraryDependencies += "org.hnau" % "logging" % "1.0.3"
[org.hnau/logging "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.28 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.3.70 |