License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pwall.log |
ArtifactId | ArtifactIdlog-front |
Version | Version2.6 |
Type | Typejar |
Description |
DescriptionLogging interface
Classes to simplify integration with logging systems
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log-front-2.6.pom | |
log-front-2.6.jar | 23 KB |
log-front-2.6-sources.jar | 28 KB |
log-front-2.6-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.log/log-front/ -->
<dependency>
<groupId>net.pwall.log</groupId>
<artifactId>log-front</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.log/log-front/
implementation 'net.pwall.log:log-front:2.6'
// https://jarcasting.com/artifacts/net.pwall.log/log-front/
implementation ("net.pwall.log:log-front:2.6")
'net.pwall.log:log-front:jar:2.6'
<dependency org="net.pwall.log" name="log-front" rev="2.6">
<artifact name="log-front" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.log', module='log-front', version='2.6')
)
libraryDependencies += "net.pwall.log" % "log-front" % "2.6"
[net.pwall.log/log-front "2.6"]
Group / Artifact | Type | Version |
---|---|---|
net.pwall.util : int-output | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
ch.qos.logback : logback-classic | jar | 1.2.10 |