Download sal-common-1.0.jar file

Introduction

You can download sal-common-1.0.jar in this page.

License

Open Source

Type List

sal-common-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.opendaylight.controller/sal-common/pom.properties
META-INF/maven/org.opendaylight.controller/sal-common/pom.xml
org.opendaylight.controller.sal.common.DataStoreIdentifier.class
org.opendaylight.controller.sal.common.GlobalDataStore.class

Pom

sal-common-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-common</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>
    </dependencies>

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

POM Entry

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

Download

If you think the following sal-common-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-common-1.0.jar file




PreviousNext

Related