quickfixj-examples-banzai
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.quickfixj</groupId>
<artifactId>quickfixj-examples-banzai</artifactId>
<version>3.0.1</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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.quickfixj</groupId> <artifactId>quickfixj-examples</artifactId> <version>3.0.1</version> </parent> <artifactId>quickfixj-examples-banzai</artifactId> <packaging>bundle</packaging> <name>QuickFIX/J Examples - Banzai</name> <description>QuickFIX/J example application - Banzai</description> <url>http://www.quickfixj.org</url> <properties> <mainClass>quickfix.examples.banzai.Banzai</mainClass> </properties> <build> <plugins> <plugin> <artifactId>maven-shade-plugin</artifactId> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin> </plugins> </build> </project>