License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.pwall.log |
ArtifactId | ArtifactIdlog-front |
Version | Version1.0 |
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-1.0.pom | |
log-front-1.0.jar | 12 KB |
log-front-1.0-sources.jar | 13 KB |
log-front-1.0-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.log/log-front/ -->
<dependency>
<groupId>net.pwall.log</groupId>
<artifactId>log-front</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.log/log-front/
implementation 'net.pwall.log:log-front:1.0'
// https://jarcasting.com/artifacts/net.pwall.log/log-front/
implementation ("net.pwall.log:log-front:1.0")
'net.pwall.log:log-front:jar:1.0'
<dependency org="net.pwall.log" name="log-front" rev="1.0">
<artifact name="log-front" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.log', module='log-front', version='1.0')
)
libraryDependencies += "net.pwall.log" % "log-front" % "1.0"
[net.pwall.log/log-front "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |