<dependency> <groupId>org.quickfixj</groupId> <artifactId>quickfixj-all</artifactId> <version>1.6.4</version> <type>bundle</type> </dependency>
implementation 'org.quickfixj:quickfixj-all:1.6.4'
implementation("org.quickfixj:quickfixj-all:1.6.4")
libraryDependencies += "org.quickfixj" % "quickfixj-all" % "1.6.4"
@Grapes( @Grab(group='org.quickfixj', module='quickfixj-all', version='1.6.4') )
<dependency org="org.quickfixj" name="quickfixj-all" rev="1.6.4" />
[org.quickfixj/quickfixj-all "1.6.4"]
'org.quickfixj:quickfixj-all:jar:1.6.4'
<parent> <groupId>org.quickfixj</groupId> <artifactId>quickfixj-parent</artifactId> <version>1.6.4</version> </parent>
compile
|-- org.quickfixj:quickfixj-core
|-- org.quickfixj:quickfixj-messages-all
|-- org.quickfixj:quickfixj-codegenerator
|-- org.quickfixj:quickfixj-dictgenerator