Download concurrentunit-0.4.2.jar file

Introduction

You can download concurrentunit-0.4.2.jar in this page.

License

Apache License, Version 2.0

Type List

concurrentunit-0.4.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.jodah/concurrentunit/pom.properties
META-INF/maven/net.jodah/concurrentunit/pom.xml
net.jodah.concurrentunit.ConcurrentTestCase.class
net.jodah.concurrentunit.Waiter.class
net.jodah.concurrentunit.internal.ReentrantCircuit.class

Pom

concurrentunit-0.4.2.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.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <groupId>net.jodah</groupId>
  <artifactId>concurrentunit</artifactId>
  <version>0.4.2</version>
  <name>ConcurrentUnit</name>
  <url>https://github.com/jhalterman/concurrentunit</url>
  <inceptionYear>2010</inceptionYear>

  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>Jonathan Halterman</name>
      <url>http://jodah.net</url>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:git@github.com:jhalterman/concurrentunit.git</connection>
    <developerConnection>scm:git:git@github.com:jhalterman/concurrentunit.git</developerConnection>
    <url>http://github.com/jhalterman/concurrentunit/</url>
  </scm>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <author>false</author>
          <protected>true</protected>
          <excludePackageNames>*.internal</excludePackageNames>
          <additionalparam>
            -Xdoclint:none
            -notimestamp
          </additionalparam>
        </configuration>
      </plugin>
    </plugins>
  </build>

  <dependencies>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.5.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>1.3</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.jodah</groupId>
   <artifactId>concurrentunit</artifactId>
   <version>0.4.2</version>
</dependency>

Download

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



Download concurrentunit-0.4.2.jar file




PreviousNext

Related