Download onlab-junit-1.7.0.jar file

Introduction

You can download onlab-junit-1.7.0.jar in this page.

License

Open Source

Type List

onlab-junit-1.7.0.jar file has the following types.

META-INF/MANIFEST.MF
org.onlab.junit.ExceptionTest.class
org.onlab.junit.ImmutableClassChecker.class
org.onlab.junit.IntegrationTest.class
org.onlab.junit.NullScheduledExecutor.class
org.onlab.junit.TestTools.class
org.onlab.junit.TestUtils.class
org.onlab.junit.UtilityClassChecker.class
org/onosproject/openflow/controller/impl/ControllerTestKeystore.jks

Pom

onlab-junit-1.7.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.onosproject</groupId>
    <artifactId>onos-base</artifactId>
    <version>1</version>
  </parent>
  <groupId>org.onosproject</groupId>
  <artifactId>onlab-junit</artifactId>
  <version>1.7.0</version>
  <name>onlab-junit</name>
  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>19.0</version>
      <classifier></classifier>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>1.3</version>
      <classifier></classifier>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <classifier></classifier>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.onosproject</groupId>
   <artifactId>onlab-junit</artifactId>
   <version>1.7.0</version>
</dependency>

Download

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



Download onlab-junit-1.7.0.jar file




PreviousNext

Related