Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.pustefixframework.logging |
ArtifactId | ArtifactIdpustefix-log4j |
Version | Version0.22.13 |
Type | Typejar |
Filename | Size |
---|---|
pustefix-log4j-0.22.13.pom | |
pustefix-log4j-0.22.13.jar | 10 KB |
pustefix-log4j-0.22.13-sources.jar | 7 KB |
pustefix-log4j-0.22.13-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pustefixframework.logging/pustefix-log4j/ -->
<dependency>
<groupId>org.pustefixframework.logging</groupId>
<artifactId>pustefix-log4j</artifactId>
<version>0.22.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.pustefixframework.logging/pustefix-log4j/
implementation 'org.pustefixframework.logging:pustefix-log4j:0.22.13'
// https://jarcasting.com/artifacts/org.pustefixframework.logging/pustefix-log4j/
implementation ("org.pustefixframework.logging:pustefix-log4j:0.22.13")
'org.pustefixframework.logging:pustefix-log4j:jar:0.22.13'
<dependency org="org.pustefixframework.logging" name="pustefix-log4j" rev="0.22.13">
<artifact name="pustefix-log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pustefixframework.logging', module='pustefix-log4j', version='0.22.13')
)
libraryDependencies += "org.pustefixframework.logging" % "pustefix-log4j" % "0.22.13"
[org.pustefixframework.logging/pustefix-log4j "0.22.13"]