뉴스/소식

Apache Felix SCR version 1.2.0 릴리즈

노안돼지 2009. 11. 7. 16:18

The Felix team is pleased to announce the release of Apache Felix SCR version 1.2.0.

The Apache Felix SCR is an implementation of the OSGi Declarative
Services Specification 1.1 (part of OSGi Compendium Specification R4.2).

http://felix.apache.org/site/apache-felix-service-component-runtime.html

This release is available from
http://felix.apache.org/site/downloads.cgi and Maven:

 <dependency>
   <groupId>org.apache.felix</groupId>
   <artifactId>org.apache.felix.scr</artifactId>
   <version>1.2.0</version>
 </dependency>

Release Notes:


Enjoy!

-The Felix team