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