You can download org.apache.felix.eventadmin-1.4.2.jar in this page.
Apache License
org.apache.felix.eventadmin-1.4.2.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.felix/org.apache.felix.eventadmin/pom.properties META-INF/maven/org.apache.felix/org.apache.felix.eventadmin/pom.xml org.apache.felix.eventadmin.impl.Activator.class org.apache.felix.eventadmin.impl.Configuration.class org.apache.felix.eventadmin.impl.MetaTypeProviderImpl.class org.apache.felix.eventadmin.impl.adapter.AbstractAdapter.class org.apache.felix.eventadmin.impl.adapter.BundleEventAdapter.class org.apache.felix.eventadmin.impl.adapter.FrameworkEventAdapter.class org.apache.felix.eventadmin.impl.adapter.LogEventAdapter.class org.apache.felix.eventadmin.impl.adapter.ServiceEventAdapter.class org.apache.felix.eventadmin.impl.handler.EventAdminImpl.class org.apache.felix.eventadmin.impl.handler.EventHandlerProxy.class org.apache.felix.eventadmin.impl.handler.EventHandlerTracker.class org.apache.felix.eventadmin.impl.security.EventAdminSecurityDecorator.class org.apache.felix.eventadmin.impl.security.PermissionsUtil.class org.apache.felix.eventadmin.impl.security.SecureEventAdminFactory.class org.apache.felix.eventadmin.impl.tasks.AsyncDeliverTasks.class org.apache.felix.eventadmin.impl.tasks.DefaultThreadPool.class org.apache.felix.eventadmin.impl.tasks.Rendezvous.class org.apache.felix.eventadmin.impl.tasks.SyncDeliverTasks.class org.apache.felix.eventadmin.impl.tasks.SyncThread.class org.apache.felix.eventadmin.impl.util.LogWrapper.class org.osgi.service.event.Event.class org.osgi.service.event.EventAdmin.class org.osgi.service.event.EventConstants.class org.osgi.service.event.EventHandler.class org.osgi.service.event.EventProperties.class org.osgi.service.event.TopicPermission.class org.osgi.service.event.TopicPermissionCollection.class org.osgi.service.event.package-info.class org.osgi.util.tracker.AbstractTracked.class org.osgi.util.tracker.BundleTracker.class org.osgi.util.tracker.BundleTrackerCustomizer.class org.osgi.util.tracker.ServiceTracker.class org.osgi.util.tracker.ServiceTrackerCustomizer.class org.osgi.util.tracker.package-info.class org/osgi/service/event/packageinfo org/osgi/util/tracker/packageinfo
org.apache.felix.eventadmin-1.4.2.pom file content.
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <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.apache.felix</groupId> <artifactId>felix-parent</artifactId> <version>2.1</version> <relativePath>../../pom/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <packaging>bundle</packaging> <name>Apache Felix EventAdmin</name> <description> This bundle provides an implementation of the OSGi R4 EventAdmin service. </description> <version>1.4.2</version> <artifactId>org.apache.felix.eventadmin</artifactId> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.eventadmin-1.4.2</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.eventadmin-1.4.2</developerConnection> <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.eventadmin-1.4.2</url> </scm> <properties> <bundle.build.name> ${basedir}/target </bundle.build.name> <bundle.file.name> ${bundle.build.name}/${project.build.finalName}.jar </bundle.file.name> <!-- This is a placeholder to enable perf tests with the perftest profile --> <additional.ittests>NONE</additional.ittests> </properties> <dependencies> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <version>5.0.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <version>5.0.0</version> <scope>provided</scope> </dependency> <!-- Unit Testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> <version>2.5.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.5.2</version> <scope>test</scope> </dependency> <!-- Integration Testing with Pax Exam --> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-container-forked</artifactId> <version>4.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-junit4</artifactId> <version>4.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.exam</groupId> <artifactId>pax-exam-link-mvn</artifactId> <version>4.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-aether</artifactId> <version>2.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.ops4j.pax.url</groupId> <artifactId>pax-url-wrap</artifactId> <version>2.1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-atinject_1.0_spec</artifactId> <version>1.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.framework</artifactId> <version>4.4.1</version> <scope>test</scope> </dependency> </dependencies> <build> <resources> <resource> <directory>${basedir}/src/main/resources</directory> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.5.0</version> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName> ${pom.artifactId} </Bundle-SymbolicName> <Bundle-Activator> ${pom.artifactId}.impl.Activator </Bundle-Activator> <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor> <DynamicImport-Package> org.osgi.service.log;version="[1.3,2)" </DynamicImport-Package> <Import-Package> org.osgi.framework;version="[1.3,2)", <!-- Configuration Admin is optional and if it is present, version 1.2 (from R4.0) is enough --> org.osgi.service.cm;version="[1.2,2)";resolution:=optional, <!-- Metatype is optional and if it is present, version 1.1 (from R4.1) is enough --> org.osgi.service.metatype;version="[1.1,2)";resolution:=optional, <!-- Optional import to back the dynamic import on org.osgi.service.log --> org.osgi.service.log;version="[1.3,2)";resolution:=optional, <!-- default --> * </Import-Package> <Export-Package>org.osgi.service.event</Export-Package> <Private-Package>org.apache.felix.eventadmin.impl.*</Private-Package> <Import-Service> org.osgi.service.event.EventHandler;availability:=optional;multiple:=true, org.osgi.service.log.LogService;availability:=optional;multiple:=false, org.osgi.service.log.LogReaderService;availability:=optional;multiple:=false </Import-Service> <Export-Service> org.osgi.service.event.EventAdmin </Export-Service> <Embed-Dependency> org.osgi.core;inline="org/osgi/util/tracker/*" </Embed-Dependency> </instructions> </configuration> </plugin> <!-- integration tests run with pax-exam --> <plugin> <artifactId>maven-failsafe-plugin</artifactId> <version>2.12</version> <executions> <execution> <goals> <goal>integration-test</goal> <goal>verify</goal> </goals> </execution> </executions> <configuration> <systemProperties> <property> <name>project.bundle.file</name> <value>${bundle.file.name}</value> </property> </systemProperties> <includes> <include>**/ittests/*IT.java</include> <include>${additional.ittests}</include> </includes> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>perftest</id> <activation> <activeByDefault>false</activeByDefault> </activation> <properties> <additional.ittests>**/perftests/*IT.java</additional.ittests> </properties> </profile> </profiles> </project>
<dependency> <groupId>org.apache.felix</groupId> <artifactId>org.apache.felix.eventadmin</artifactId> <version>1.4.2</version> </dependency>
If you think the following org.apache.felix.eventadmin-1.4.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download org.apache.felix.eventadmin-1.4.2.jar file