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