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