| License |
License |
|---|---|
| GroupId | GroupIdio.avaje |
| ArtifactId | ArtifactIdlog4j |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent for avaje java8 open source projects.
|
| Filename | Size |
|---|---|
| log4j-1.0.pom | |
| log4j-1.0.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.avaje/log4j/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>log4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/log4j/
implementation 'io.avaje:log4j:1.0'
// https://jarcasting.com/artifacts/io.avaje/log4j/
implementation ("io.avaje:log4j:1.0")
'io.avaje:log4j:jar:1.0'
<dependency org="io.avaje" name="log4j" rev="1.0">
<artifact name="log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='log4j', version='1.0')
)
libraryDependencies += "io.avaje" % "log4j" % "1.0"
[io.avaje/log4j "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
| com.lmax : disruptor | jar | 3.4.4 |