License |
License |
---|---|
GroupId | GroupIdcom.jeramtough |
ArtifactId | ArtifactIdjtlog |
Version | Version1.8.4-RELEASE |
Type | Typejar |
Description |
Descriptionjtlog
A logging library for javaweb project or android project
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jtlog-1.8.4-RELEASE.pom | |
jtlog-1.8.4-RELEASE.jar | 134 KB |
jtlog-1.8.4-RELEASE-sources.jar | 96 KB |
jtlog-1.8.4-RELEASE-javadoc.jar | 611 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jeramtough/jtlog/ -->
<dependency>
<groupId>com.jeramtough</groupId>
<artifactId>jtlog</artifactId>
<version>1.8.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeramtough/jtlog/
implementation 'com.jeramtough:jtlog:1.8.4-RELEASE'
// https://jarcasting.com/artifacts/com.jeramtough/jtlog/
implementation ("com.jeramtough:jtlog:1.8.4-RELEASE")
'com.jeramtough:jtlog:jar:1.8.4-RELEASE'
<dependency org="com.jeramtough" name="jtlog" rev="1.8.4-RELEASE">
<artifact name="jtlog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeramtough', module='jtlog', version='1.8.4-RELEASE')
)
libraryDependencies += "com.jeramtough" % "jtlog" % "1.8.4-RELEASE"
[com.jeramtough/jtlog "1.8.4-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.apache.logging.log4j : log4j-core | jar | 2.11.1 |