License |
License |
---|---|
GroupId | GroupIdcom.github.blutorange |
ArtifactId | ArtifactIdlog4jcat |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptioncom.github.blutorange:log4jcat
Used for quickly trimming log files from Log4J with a PatternLayout to a certain time range.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
log4jcat-0.1.pom | |
log4jcat-0.1.jar | 36 KB |
log4jcat-0.1-sources.jar | 28 KB |
log4jcat-0.1-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.blutorange/log4jcat/ -->
<dependency>
<groupId>com.github.blutorange</groupId>
<artifactId>log4jcat</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blutorange/log4jcat/
implementation 'com.github.blutorange:log4jcat:0.1'
// https://jarcasting.com/artifacts/com.github.blutorange/log4jcat/
implementation ("com.github.blutorange:log4jcat:0.1")
'com.github.blutorange:log4jcat:jar:0.1'
<dependency org="com.github.blutorange" name="log4jcat" rev="0.1">
<artifact name="log4jcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blutorange', module='log4jcat', version='0.1')
)
libraryDependencies += "com.github.blutorange" % "log4jcat" % "0.1"
[com.github.blutorange/log4jcat "0.1"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | [1.2.16,) |
org.slf4j : slf4j-api | jar | [1.7.15,) |
commons-io : commons-io | jar | [2.3,) |
org.apache.commons : commons-lang3 | jar | [3.0,) |
org.eclipse.jdt : org.eclipse.jdt.annotation | jar | [2.0.0,) |
joda-time : joda-time | jar | [1.0,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easetech : easytest-core | jar | 1.4.0 |