Installation - dice-project/DICE-Quality-Testing GitHub Wiki
You can automatically retrieve the JAR from Maven Central. You will need to add this dependency to your pom.xml file:
<dependency>
<groupId>com.github.dice-project</groupId>
<artifactId>qt-lib</artifactId>
<version>1.0.0</version>
</dependency>
Alternatively, checkout the project and include qt-lib-1.0.0-jar-with-dependencies.jar in your Java classpath.
You are now ready to use the QT library functions.
Checkout the project and run from the trunk/ directory
mvn package
The qt-lib-1.0.0-jar-with-dependencies.jar file is now available under the target/ directory.
Check out the entire repository.
svn co https://github.com/dice-project/DICE-Quality-Testing/
Start MATLAB from the DICE-Quality-Testing folder.
cd qt-gen/; addpath(genpath(pwd))
QT-GEN is now ready for use.