You can download osgi-over-slf4j-1.7.6.jar in this page.
Apache Open Source
osgi-over-slf4j-1.7.6.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.slf4j/osgi-over-slf4j/pom.properties META-INF/maven/org.slf4j/osgi-over-slf4j/pom.xml org.osgi.service.log.LogEntry.class org.osgi.service.log.LogListener.class org.osgi.service.log.LogReaderService.class org.osgi.service.log.LogService.class org.slf4j.osgi.logservice.impl.Activator.class org.slf4j.osgi.logservice.impl.LogServiceFactory.class org.slf4j.osgi.logservice.impl.LogServiceImpl.class org/osgi/service/log/package.html org/osgi/service/log/packageinfo
osgi-over-slf4j-1.7.6.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.slf4j</groupId> <artifactId>slf4j-parent</artifactId> <version>1.7.6</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.slf4j</groupId> <artifactId>osgi-over-slf4j</artifactId> <packaging>bundle</packaging> <name>OSGi LogService implemented over SLF4J</name> <url>http://www.slf4j.org</url> <description> OSGi LogService implementation over SLF4J </description> <dependencies> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>4.2.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.enterprise</artifactId> <version>4.2.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.3.7</version> <extensions>true</extensions> <configuration> <instructions> <Export-Package>org.osgi.service.log</Export-Package> <Bundle-Activator>org.slf4j.osgi.logservice.impl.Activator</Bundle-Activator> </instructions> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.slf4j</groupId> <artifactId>osgi-over-slf4j</artifactId> <version>1.7.6</version> </dependency>
If you think the following osgi-over-slf4j-1.7.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download osgi-over-slf4j-1.7.6.jar file