GroupId | GroupIdde.huxhorn.lilith |
---|---|
ArtifactId | ArtifactIdlog4j |
Version | Version0.9.40 |
Type | Typejar |
Filename | Size |
---|---|
log4j-0.9.40.pom | |
log4j-0.9.40.jar | 279 bytes |
log4j-0.9.40-sources.jar | 261 bytes |
log4j-0.9.40-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.huxhorn.lilith/log4j/ -->
<dependency>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>log4j</artifactId>
<version>0.9.40</version>
</dependency>
// https://jarcasting.com/artifacts/de.huxhorn.lilith/log4j/
implementation 'de.huxhorn.lilith:log4j:0.9.40'
// https://jarcasting.com/artifacts/de.huxhorn.lilith/log4j/
implementation ("de.huxhorn.lilith:log4j:0.9.40")
'de.huxhorn.lilith:log4j:jar:0.9.40'
<dependency org="de.huxhorn.lilith" name="log4j" rev="0.9.40">
<artifact name="log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.huxhorn.lilith', module='log4j', version='0.9.40')
)
libraryDependencies += "de.huxhorn.lilith" % "log4j" % "0.9.40"
[de.huxhorn.lilith/log4j "0.9.40"]