cthul
Commons, Tools, Helpers and Utils Library
See wiki for details.
If you have a question, head over to the forum.
License |
License |
---|---|
GroupId | GroupIdorg.cthul |
ArtifactId | ArtifactIdcthul-log-cal10n |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCthul Logger CAL10N
A thin layer for slf4j logging, that allows using format strings
from cthul-strings with slf4j CAL10N.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cthul-log-cal10n-1.0.pom | |
cthul-log-cal10n-1.0.jar | 22 KB |
cthul-log-cal10n-1.0-sources.jar | 14 KB |
cthul-log-cal10n-1.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cthul/cthul-log-cal10n/ -->
<dependency>
<groupId>org.cthul</groupId>
<artifactId>cthul-log-cal10n</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cthul/cthul-log-cal10n/
implementation 'org.cthul:cthul-log-cal10n:1.0'
// https://jarcasting.com/artifacts/org.cthul/cthul-log-cal10n/
implementation ("org.cthul:cthul-log-cal10n:1.0")
'org.cthul:cthul-log-cal10n:jar:1.0'
<dependency org="org.cthul" name="cthul-log-cal10n" rev="1.0">
<artifact name="cthul-log-cal10n" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cthul', module='cthul-log-cal10n', version='1.0')
)
libraryDependencies += "org.cthul" % "cthul-log-cal10n" % "1.0"
[org.cthul/cthul-log-cal10n "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.cthul : cthul-log | jar | 1.0 |
org.slf4j : slf4j-ext | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 | jar | 1.7.2 |
org.hamcrest : hamcrest-library | jar | 1.3 |
junit : junit | jar | 4.8.2 |
Commons, Tools, Helpers and Utils Library
See wiki for details.
If you have a question, head over to the forum.