License |
License |
---|---|
Categories |
CategoriesGeronimo Container Application Servers config Application Layer Libs Configuration Logging |
GroupId | GroupIdorg.apache.geronimo.genesis.config |
ArtifactId | ArtifactIdlogging-config |
Last Version | Last Version1.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGenesis Configuration :: Logging
Provides the common logging configuration used by the build process,
primarily used to collect test output into 'target/test.log'.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
logging-config-1.3.1.pom | |
logging-config-1.3.1.jar | 7 KB |
logging-config-1.3.1-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.genesis.config/logging-config/ -->
<dependency>
<groupId>org.apache.geronimo.genesis.config</groupId>
<artifactId>logging-config</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.genesis.config/logging-config/
implementation 'org.apache.geronimo.genesis.config:logging-config:1.3.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.genesis.config/logging-config/
implementation ("org.apache.geronimo.genesis.config:logging-config:1.3.1")
'org.apache.geronimo.genesis.config:logging-config:jar:1.3.1'
<dependency org="org.apache.geronimo.genesis.config" name="logging-config" rev="1.3.1">
<artifact name="logging-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.genesis.config', module='logging-config', version='1.3.1')
)
libraryDependencies += "org.apache.geronimo.genesis.config" % "logging-config" % "1.3.1"
[org.apache.geronimo.genesis.config/logging-config "1.3.1"]