GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-quickfix |
Version | Version2.20.2 |
Type | Typejar |
Filename | Size |
---|---|
camel-quickfix-2.20.2.pom | |
camel-quickfix-2.20.2.jar | 49 KB |
camel-quickfix-2.20.2-sources.jar | 36 KB |
camel-quickfix-2.20.2-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-quickfix/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-quickfix</artifactId>
<version>2.20.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-quickfix/
implementation 'org.apache.camel:camel-quickfix:2.20.2'
// https://jarcasting.com/artifacts/org.apache.camel/camel-quickfix/
implementation ("org.apache.camel:camel-quickfix:2.20.2")
'org.apache.camel:camel-quickfix:jar:2.20.2'
<dependency org="org.apache.camel" name="camel-quickfix" rev="2.20.2">
<artifact name="camel-quickfix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-quickfix', version='2.20.2')
)
libraryDependencies += "org.apache.camel" % "camel-quickfix" % "2.20.2"
[org.apache.camel/camel-quickfix "2.20.2"]