License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdlog4j-osgi |
Last Version | Last Version2.17.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Log4j OSGi
The Apache Log4j OSGi tests
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4j-osgi-2.17.2.pom | |
log4j-osgi-2.17.2.jar | 8 KB |
log4j-osgi-2.17.2-tests.jar | 17 KB |
log4j-osgi-2.17.2-test-sources.jar | 16 KB |
log4j-osgi-2.17.2-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-osgi/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-osgi</artifactId>
<version>2.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-osgi/
implementation 'org.apache.logging.log4j:log4j-osgi:2.17.2'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-osgi/
implementation ("org.apache.logging.log4j:log4j-osgi:2.17.2")
'org.apache.logging.log4j:log4j-osgi:jar:2.17.2'
<dependency org="org.apache.logging.log4j" name="log4j-osgi" rev="2.17.2">
<artifact name="log4j-osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-osgi', version='2.17.2')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-osgi" % "2.17.2"
[org.apache.logging.log4j/log4j-osgi "2.17.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.felix : org.apache.felix.framework | jar | 5.6.12 |
org.osgi : org.osgi.core | jar | 4.3.1 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.eclipse.tycho : org.eclipse.osgi | jar | 3.13.0.v20180226-1711 |
org.apache.maven : maven-core | jar | 3.8.4 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |