Maven Repository - POM file for Testing multithreadedtc 1.01 1.01

Summary

MultithreadedTC.

A framework for testing concurrent Java applications.

Declaration

Here is the list of declaration for multithreadedtc. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>edu.umd.cs.mtc</groupId>
   <artifactId>multithreadedtc</artifactId>
   <version>1.01</version>
</dependency>

If you think this Maven repository POM file listing for multithreadedtc is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The BSD License
URL: http://www.opensource.org/licenses/bsd-license.php.

Depends on

The multithreadedtc-1.01 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnitjunit 3.8.1
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1966




Depended by

The following table lists the most popular artifacts which are depending on multithreadedtc-1.01. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
XMLsecurity-xml-realm 2.4
The security.xml based Realm, which stores users, roles, privileges, and user to role mappings using security-model-xml.
12

Packages

The following packages are defined in the multithreadedtc-1.01.jar

edu.umd.cs.mtc

POM File Source

Here is the content of the POM file.

<?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>
  <groupId>edu.umd.cs.mtc</groupId>
  <artifactId>multithreadedtc</artifactId>
  <version>1.01</version>
  <name>MultithreadedTC</name>
  <description>A framework for testing concurrent Java applications</description>
  <url>http://code.google.com/p/multithreadedtc/</url>
  <licenses>
    <license>
      <name>The BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>