Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdplexus |
ArtifactId | ArtifactIdplexus-log4j-logging |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus Log4J Logger
|
Project Organization |
Project OrganizationCodehaus |
Filename | Size |
---|---|
plexus-log4j-logging-1.0.pom | |
plexus-log4j-logging-1.0.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus-log4j-logging/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-log4j-logging</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-log4j-logging/
implementation 'plexus:plexus-log4j-logging:1.0'
// https://jarcasting.com/artifacts/plexus/plexus-log4j-logging/
implementation ("plexus:plexus-log4j-logging:1.0")
'plexus:plexus-log4j-logging:jar:1.0'
<dependency org="plexus" name="plexus-log4j-logging" rev="1.0">
<artifact name="plexus-log4j-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-log4j-logging', version='1.0')
)
libraryDependencies += "plexus" % "plexus-log4j-logging" % "1.0"
[plexus/plexus-log4j-logging "1.0"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.8 |
plexus : plexus-container-default | jar | 1.0-alpha-2 |
Group / Artifact | Type | Version |
---|---|---|
plexus : plexus-logging-provider-test | jar | 1.0-alpha-1 |
junit : junit | jar | 3.8.1 |