| GroupId | GroupIdio.github.logrecorder |
|---|---|
| ArtifactId | ArtifactIdlogrecorder-log4j |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| logrecorder-log4j-2.0.1.pom | |
| logrecorder-log4j-2.0.1.jar | 14 KB |
| logrecorder-log4j-2.0.1-sources.jar | 7 KB |
| logrecorder-log4j-2.0.1-javadoc.jar | 265 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-log4j/ -->
<dependency>
<groupId>io.github.logrecorder</groupId>
<artifactId>logrecorder-log4j</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-log4j/
implementation 'io.github.logrecorder:logrecorder-log4j:2.0.1'
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-log4j/
implementation ("io.github.logrecorder:logrecorder-log4j:2.0.1")
'io.github.logrecorder:logrecorder-log4j:jar:2.0.1'
<dependency org="io.github.logrecorder" name="logrecorder-log4j" rev="2.0.1">
<artifact name="logrecorder-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.logrecorder', module='logrecorder-log4j', version='2.0.1')
)
libraryDependencies += "io.github.logrecorder" % "logrecorder-log4j" % "2.0.1"
[io.github.logrecorder/logrecorder-log4j "2.0.1"]