Maven Repository - POM file for OSGi easybeans-osgi-annotations 1.1.0-RC2_JONAS 1.1.0-RC2_JONAS

Summary

EasyBeans/OSGi :: Annotations.

Annotations that can be used inside Beans.

Declaration

Here is the list of declaration for easybeans-osgi-annotations. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.ow2.easybeans.osgi</groupId>
   <artifactId>easybeans-osgi-annotations</artifactId>
   <version>1.1.0-RC2_JONAS</version>
</dependency>

If you think this Maven repository POM file listing for easybeans-osgi-annotations is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the easybeans-osgi-annotations-1.1.0-RC2_JONAS.jar

org.ow2.easybeans.osgi.annotation




POM File Source

Here is the content of the POM file.

<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.ow2.easybeans.osgi</groupId>
    <artifactId>easybeans-osgi</artifactId>
    <version>1.1.0-RC2_JONAS</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>easybeans-osgi-annotations</artifactId>
  <packaging>jar</packaging>
  <name>EasyBeans/OSGi :: Annotations</name>
  <description>Annotations that can be used inside Beans</description>
</project>