Download org.kevoree.annotation.api-5.2.5.jar file

Introduction

You can download org.kevoree.annotation.api-5.2.5.jar in this page.

License

Open Source

Type List

org.kevoree.annotation.api-5.2.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.kevoree/org.kevoree.annotation.api/pom.properties
META-INF/maven/org.kevoree/org.kevoree.annotation.api/pom.xml
org.kevoree.annotation.ChannelType.class
org.kevoree.annotation.ComponentType.class
org.kevoree.annotation.GroupType.class
org.kevoree.annotation.Input.class
org.kevoree.annotation.KevoreeInject.class
org.kevoree.annotation.NodeType.class
org.kevoree.annotation.Output.class
org.kevoree.annotation.Param.class
org.kevoree.annotation.Start.class
org.kevoree.annotation.Stop.class
org.kevoree.annotation.Update.class
org.kevoree.api.Callback.class
org.kevoree.api.CallbackResult.class
org.kevoree.api.ChannelContext.class
org.kevoree.api.ChannelDispatch.class
org.kevoree.api.Context.class
org.kevoree.api.Port.class

Pom

org.kevoree.annotation.api-5.2.5.pom file content.

<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">

    <modelVersion>4.0.0</modelVersion>
    <artifactId>org.kevoree.annotation.api</artifactId>
    <packaging>jar</packaging>
    <name>Kevoree :: Annotation API</name>
    <version>5.2.5</version>

    <parent>
        <artifactId>org.kevoree.root</artifactId>
        <groupId>org.kevoree</groupId>
        <version>5.2.5</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <!--
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>2.5.1</version>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                    <encoding>${project.build.sourceEncoding}</encoding>
                </configuration>
            </plugin>
        </plugins>
    </build>
      -->
</project>

POM Entry

<dependency>
   <groupId>org.kevoree</groupId>
   <artifactId>org.kevoree.annotation.api</artifactId>
   <version>5.2.5</version>
</dependency>

Download

If you think the following org.kevoree.annotation.api-5.2.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.kevoree.annotation.api-5.2.5.jar file




PreviousNext

Related