Download sal-common-util-1.0.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.opendaylight.controller/sal-common-util/pom.properties
META-INF/maven/org.opendaylight.controller/sal-common-util/pom.xml
org.opendaylight.controller.sal.common.util.Arguments.class
org.opendaylight.controller.sal.common.util.CommitHandlerTransactions.class
org.opendaylight.controller.sal.common.util.Futures.class
org.opendaylight.controller.sal.common.util.RpcErrors.class
org.opendaylight.controller.sal.common.util.Rpcs.class

Pom

sal-common-util-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-util</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.yangtools</groupId>
      <artifactId>yang-common</artifactId>
    </dependency>
    <dependency>
      <groupId>org.opendaylight.yangtools</groupId>
      <artifactId>concepts</artifactId>
      <version>0.6.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>org.opendaylight.controller</groupId>
      <artifactId>sal-common-api</artifactId>
      <version>${project.version}</version>
    </dependency>
    
  </dependencies>

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

POM Entry

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

Download

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




PreviousNext

Related