Download patterntesting-rt-0.9.7.jar file - Jar p

Jar examples for p:patterntesting-rt

Description

PatternTesting Runtime (patterntesting-rt) is the runtime component for the PatternTesting framework. It provides the annotations and base classes for the PatternTesting testing framework (e.g. patterntesting-check, patterntesting-concurrent or patterntesting-exception) but can be also used standalone for classpath monitoring or profiling. It uses AOP and AspectJ to perform this feat.

You can download jar file patterntesting-rt 0.9.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add patterntesting-rt-0.9.7.jar to your project.

<dependency>
   <groupId>net.sf.patterntesting</groupId>
   <artifactId>patterntesting-rt</artifactId>
   <version>0.9.7</version>
</dependency>
compile group: 'net.sf.patterntesting', name: 'patterntesting-rt', version: '0.9.7'
libraryDependencies += "net.sf.patterntesting" % "patterntesting-rt" % "0.9.7"
<dependency org="net.sf.patterntesting" name="patterntesting-rt" rev="0.9.7"/>
@Grapes(@Grab(group='net.sf.patterntesting', module='patterntesting-rt', version='0.9.7'))
'net.sf.patterntesting:patterntesting-rt:jar:0.9.7'

Download

Click the following link to download the jar file.

patterntesting-rt-0.9.7.jar
patterntesting-rt-0.9.7.pom
patterntesting-rt-0.9.7-sources.jar



Related Tutorials