Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 454 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 454 Bytes

commons-discovery Wrapper

OSGi Bundle wrapper for the Apache Commons Discovery library. Compatible with Apache Felix.

To add this a dependency of your project simply add the following into your Maven POM:

<dependency>
  <groupId>com.sixdimensions.commons.osgi.wrapper</groupId>
  <artifactId>commons-discovery</artifactId>
  <version>0.5</version>
</dependency>