Download sal-connector-api-1.0.jar file

Introduction

You can download sal-connector-api-1.0.jar in this page.

License

Open Source

Type List

sal-connector-api-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.opendaylight.controller/sal-connector-api/pom.properties
META-INF/maven/org.opendaylight.controller/sal-connector-api/pom.xml
org.opendaylight.controller.sal.connector.api.BindingAwareRpcRouter.class
org.opendaylight.controller.sal.connector.api.BindingAwareZeroMqRpcRouter.class
org.opendaylight.controller.sal.connector.api.Connector.class
org.opendaylight.controller.sal.connector.api.ConnectorListener.class
org.opendaylight.controller.sal.connector.api.RpcRouter.class

Pom

sal-connector-api-1.0.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.opendaylight.controller</groupId>
        <artifactId>sal-parent</artifactId>
        <version>1.0</version>
    </parent>
    <artifactId>sal-connector-api</artifactId>
    <scm>
        <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
        <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
      <tag>master-tagforprepareonly-controller-bulk-release-2-1</tag>
  </scm>

    <dependencies>
        <dependency>
            <groupId>org.opendaylight.controller</groupId>
            <artifactId>sal-core-api</artifactId>
            <version>1.0</version>
        </dependency>
        <dependency>
            <groupId>org.opendaylight.yangtools</groupId>
            <artifactId>yang-data-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.opendaylight.yangtools</groupId>
            <artifactId>yang-model-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.opendaylight.yangtools</groupId>
            <artifactId>yang-binding</artifactId>
        </dependency>
    </dependencies>

    <packaging>bundle</packaging>
</project>

POM Entry

<dependency>
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-connector-api</artifactId>
   <version>1.0</version>
</dependency>

Download

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



Download sal-connector-api-1.0.jar file




PreviousNext

Related