fix4j-assert-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.fix4j</groupId> <artifactId>fix4j-assert-core</artifactId> <version>1.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>fix4j-assert</artifactId> <groupId>org.fix4j</groupId> <version>1.3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>fix4j-assert-core</artifactId> <build> <!-- Mandatory plugins for using Spock, is configured via the pluginManagement tag in the parent pom --> <plugins> <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>gmaven-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.fix4j</groupId> <artifactId>fix4j-assert-testcommon</artifactId> <version>1.3</version> <scope>test</scope> </dependency> </dependencies> </project>