| License |
License |
|---|---|
| GroupId | GroupIdde.ageworks |
| ArtifactId | ArtifactIdlog |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionde.ageworks.log-0.2.1
Small utility class to streamline logging.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| log-0.2.1.pom | |
| log-0.2.1.jar | 9 KB |
| log-0.2.1-sources.jar | 7 KB |
| log-0.2.1-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.ageworks/log/ -->
<dependency>
<groupId>de.ageworks</groupId>
<artifactId>log</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.ageworks/log/
implementation 'de.ageworks:log:0.2.1'
// https://jarcasting.com/artifacts/de.ageworks/log/
implementation ("de.ageworks:log:0.2.1")
'de.ageworks:log:jar:0.2.1'
<dependency org="de.ageworks" name="log" rev="0.2.1">
<artifact name="log" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ageworks', module='log', version='0.2.1')
)
libraryDependencies += "de.ageworks" % "log" % "0.2.1"
[de.ageworks/log "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.3.0-alpha5 |
| ch.qos.logback : logback-access | jar | 1.3.0-alpha5 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 7.4.0 |