<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-quickfix</artifactId> <version>2.9.0</version> <type>bundle</type> </dependency>
implementation 'org.apache.camel:camel-quickfix:2.9.0'
implementation("org.apache.camel:camel-quickfix:2.9.0")
libraryDependencies += "org.apache.camel" % "camel-quickfix" % "2.9.0"
@Grapes( @Grab(group='org.apache.camel', module='camel-quickfix', version='2.9.0') )
<dependency org="org.apache.camel" name="camel-quickfix" rev="2.9.0" />
[org.apache.camel/camel-quickfix "2.9.0"]
'org.apache.camel:camel-quickfix:jar:2.9.0'
<parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> <version>2.9.0</version> </parent>
compile
|-- org.apache.camel:camel-core
|-- org.quickfixj:quickfixj-all
test
|-- org.apache.camel:camel-test
|-- org.apache.camel:camel-jetty
|-- org.apache.mina:mina-core
|-- org.slf4j:slf4j-log4j12
|-- junit:junit
|-- org.mockito:mockito-core