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