GroupId | GroupIdio.github.logrecorder |
---|---|
ArtifactId | ArtifactIdlogrecorder-log4j |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
logrecorder-log4j-2.0.0.pom | |
logrecorder-log4j-2.0.0.jar | 14 KB |
logrecorder-log4j-2.0.0-sources.jar | 7 KB |
logrecorder-log4j-2.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-log4j/
implementation 'io.github.logrecorder:logrecorder-log4j:2.0.0'
// https://jarcasting.com/artifacts/io.github.logrecorder/logrecorder-log4j/
implementation ("io.github.logrecorder:logrecorder-log4j:2.0.0")
'io.github.logrecorder:logrecorder-log4j:jar:2.0.0'
<dependency org="io.github.logrecorder" name="logrecorder-log4j" rev="2.0.0">
<artifact name="logrecorder-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.logrecorder', module='logrecorder-log4j', version='2.0.0')
)
libraryDependencies += "io.github.logrecorder" % "logrecorder-log4j" % "2.0.0"
[io.github.logrecorder/logrecorder-log4j "2.0.0"]