For each PatternTesting component you will find one or all of the following files available for download:
The available PatternTesting components for download are:
Releases can be found here.
If you use Maven as build tool there is no need for manual installation. All you need to do is to add it as dependency in your pom.xml, e.g.:
<dependency>
<groupId>org.patterntesting</groupId>
<artifactId>patterntesting-rt</artifactId>
<version>1.0.0</version>
</dependency>
This is the dependency description for PatternTesting-RT (runtime). Other artifacts are:
Maven2-repositories can be found in the m2 directory.
The normal release directory for maven2 is available under m2/repository. It is mirrored to www.ibiblio.org/maven2/ where you can find the artifacts under www.ibiblio.org/maven2/org/patterntesting/.
Since 0.5-SNAPSHOT a snapshot repository can be used which is available in the m2/snapshotrepository directory.