| License |
License |
|---|---|
| GroupId | GroupIdfr.jcgay.log4j |
| ArtifactId | ArtifactIdlog4j-color |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionThis is the default Maven configuration I use to upload binaries on maven central.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| log4j-color-1.0.pom | |
| log4j-color-1.0.jar | 5 KB |
| log4j-color-1.0-with-dependencies.jar | 116 KB |
| log4j-color-1.0-sources.jar | 2 KB |
| log4j-color-1.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.jcgay.log4j/log4j-color/ -->
<dependency>
<groupId>fr.jcgay.log4j</groupId>
<artifactId>log4j-color</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.jcgay.log4j/log4j-color/
implementation 'fr.jcgay.log4j:log4j-color:1.0'
// https://jarcasting.com/artifacts/fr.jcgay.log4j/log4j-color/
implementation ("fr.jcgay.log4j:log4j-color:1.0")
'fr.jcgay.log4j:log4j-color:jar:1.0'
<dependency org="fr.jcgay.log4j" name="log4j-color" rev="1.0">
<artifact name="log4j-color" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.jcgay.log4j', module='log4j-color', version='1.0')
)
libraryDependencies += "fr.jcgay.log4j" % "log4j-color" % "1.0"
[fr.jcgay.log4j/log4j-color "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.fusesource.jansi : jansi | jar | 1.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.tngtech.java : junit-dataprovider | jar | 1.3.0 |
| org.assertj : assertj-core | jar | 1.1.0 |