Categories |
CategoriesGeronimo Container Application Servers Logging Application Layer Libs |
---|---|
GroupId | GroupIdorg.apache.geronimo.framework |
ArtifactId | ArtifactIdgeronimo-logging |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
geronimo-logging-2.2.pom | |
geronimo-logging-2.2.jar | 10 KB |
geronimo-logging-2.2-sources.jar | 9 KB |
geronimo-logging-2.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-logging/ -->
<dependency>
<groupId>org.apache.geronimo.framework</groupId>
<artifactId>geronimo-logging</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-logging/
implementation 'org.apache.geronimo.framework:geronimo-logging:2.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.framework/geronimo-logging/
implementation ("org.apache.geronimo.framework:geronimo-logging:2.2")
'org.apache.geronimo.framework:geronimo-logging:jar:2.2'
<dependency org="org.apache.geronimo.framework" name="geronimo-logging" rev="2.2">
<artifact name="geronimo-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.framework', module='geronimo-logging', version='2.2')
)
libraryDependencies += "org.apache.geronimo.framework" % "geronimo-logging" % "2.2"
[org.apache.geronimo.framework/geronimo-logging "2.2"]