Download org.apache.felix.ipojo.annotations-1.10.1.jar file

Introduction

You can download org.apache.felix.ipojo.annotations-1.10.1.jar in this page.

License

Apache License

Type List

org.apache.felix.ipojo.annotations-1.10.1.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/changelog.txt
META-INF/maven/org.apache.felix/org.apache.felix.ipojo.annotations/pom.properties
META-INF/maven/org.apache.felix/org.apache.felix.ipojo.annotations/pom.xml
org.apache.felix.ipojo.annotations.Bind.class
org.apache.felix.ipojo.annotations.Component.class
org.apache.felix.ipojo.annotations.Controller.class
org.apache.felix.ipojo.annotations.Handler.class
org.apache.felix.ipojo.annotations.HandlerDeclaration.class
org.apache.felix.ipojo.annotations.Instantiate.class
org.apache.felix.ipojo.annotations.Invalidate.class
org.apache.felix.ipojo.annotations.Modified.class
org.apache.felix.ipojo.annotations.PostRegistration.class
org.apache.felix.ipojo.annotations.PostUnregistration.class
org.apache.felix.ipojo.annotations.Property.class
org.apache.felix.ipojo.annotations.Provides.class
org.apache.felix.ipojo.annotations.Requires.class
org.apache.felix.ipojo.annotations.ServiceController.class
org.apache.felix.ipojo.annotations.ServiceProperty.class
org.apache.felix.ipojo.annotations.StaticServiceProperty.class
org.apache.felix.ipojo.annotations.Stereotype.class
org.apache.felix.ipojo.annotations.Unbind.class
org.apache.felix.ipojo.annotations.Updated.class
org.apache.felix.ipojo.annotations.Validate.class
org.apache.felix.ipojo.extender.Extender.class
org.apache.felix.ipojo.handler.temporal.Requires.class
org.apache.felix.ipojo.handler.temporal.Temporal.class
org.apache.felix.ipojo.handlers.event.Publisher.class
org.apache.felix.ipojo.handlers.event.Publishes.class
org.apache.felix.ipojo.handlers.event.Subscriber.class
org.apache.felix.ipojo.handlers.jmx.Config.class
org.apache.felix.ipojo.handlers.jmx.JMXBean.class
org.apache.felix.ipojo.handlers.jmx.JMXMethod.class
org.apache.felix.ipojo.handlers.jmx.JMXProperty.class
org.apache.felix.ipojo.handlers.jmx.Method.class
org.apache.felix.ipojo.handlers.jmx.Property.class
org.apache.felix.ipojo.transaction.Transaction.class
org.apache.felix.ipojo.transaction.Transactional.class
org.apache.felix.ipojo.whiteboard.Wbp.class
org.apache.felix.ipojo.whiteboard.Whiteboards.class

Pom

org.apache.felix.ipojo.annotations-1.10.1.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/xsd/maven-4.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>
    <artifactId>org.apache.felix.ipojo.annotations</artifactId>
    <version>1.10.1</version>
    <packaging>bundle</packaging>
    <name>Apache Felix iPOJO Annotations</name>

    <description>
        iPOJO Annotation pack. contained annotations are used to define iPOJO component type.
    </description>
    <url>
        http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/how-to-use-ipojo-annotations.html
    </url>


    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.5</source>
                    <target>1.5</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <version>2.3.7</version>
                <extensions>true</extensions>
                <configuration>
                    <instructions>
                        <Bundle-Name>Apache Felix iPOJO Annotations</Bundle-Name>
                        <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                        <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                        <Bundle-Description>iPOJO Annotations</Bundle-Description>
                        <Bundle-DocURL>
                            http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-gettingstarted/how-to-use-ipojo-annotations.html
                        </Bundle-DocURL>
                        <Export-Package>org.apache.felix.ipojo.annotations,
                            org.apache.felix.ipojo.handler.temporal,
                            org.apache.felix.ipojo.handlers.jmx,
                            org.apache.felix.ipojo.extender,
                            org.apache.felix.ipojo.whiteboard,
                            org.apache.felix.ipojo.handlers.event,
                            org.apache.felix.ipojo.transaction
                        </Export-Package>
                    </instructions>
                    <obrRepository>NONE</obrRepository>
                </configuration>
            </plugin>
        </plugins>
    </build>

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.10.1/org.apache.felix.ipojo.annotations</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.manipulator-project-1.10.1/org.apache.felix.ipojo.annotations</developerConnection>
    <url>http://svn.apache.org/viewvc/felix/releases/?root=Apache-SVN/org.apache.felix.ipojo.manipulator-project-1.10.1/org.apache.felix.ipojo.annotations</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>org.apache.felix</groupId>
   <artifactId>org.apache.felix.ipojo.annotations</artifactId>
   <version>1.10.1</version>
</dependency>

Download

If you think the following org.apache.felix.ipojo.annotations-1.10.1.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.ipojo.annotations-1.10.1.jar file




PreviousNext

Related