rmock_all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.agical.rmock</groupId>
<artifactId>rmock_all</artifactId>
<version>2.0.0</version>
</dependency><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/maven-v4_0_0.xsd">
<parent>
<groupId>com.agical.rmock</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>rmock_all</artifactId>
<version>2.0.0</version>
<packaging>pom</packaging>
<groupId>com.agical.rmock</groupId>
<name>RMock testing framework</name>
<build>
</build>
<modules>
<module>../com.agical.rmock</module>
<module>../com.agical.rdoc</module>
<module>../rmock-maven-plugin</module>
<module>../rmock-skin</module>
<module>../documentation</module>
<module>../rmock-ext-gui</module>
</modules>
</project>