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