GroupId | GroupIdat.willhaben.willtest |
---|---|
ArtifactId | ArtifactIdlog4j |
Version | Version2.0.10 |
Type | Typejar |
Filename | Size |
---|---|
log4j-2.0.10.pom | |
log4j-2.0.10.jar | 8 KB |
log4j-2.0.10-sources.jar | 5 KB |
log4j-2.0.10-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.willhaben.willtest/log4j/ -->
<dependency>
<groupId>at.willhaben.willtest</groupId>
<artifactId>log4j</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/at.willhaben.willtest/log4j/
implementation 'at.willhaben.willtest:log4j:2.0.10'
// https://jarcasting.com/artifacts/at.willhaben.willtest/log4j/
implementation ("at.willhaben.willtest:log4j:2.0.10")
'at.willhaben.willtest:log4j:jar:2.0.10'
<dependency org="at.willhaben.willtest" name="log4j" rev="2.0.10">
<artifact name="log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.willhaben.willtest', module='log4j', version='2.0.10')
)
libraryDependencies += "at.willhaben.willtest" % "log4j" % "2.0.10"
[at.willhaben.willtest/log4j "2.0.10"]