is not current version
Last Version 1.0.22

com.ig.us.otc:quickfixj-parent 1.0.20

The Financial Information eXchange (FIX) protocol is a messaging standard developed specifically for the real-time electronic exchange of securities transactions. FIX is a public-domain specification owned and maintained by FIX Protocol, Ltd (FPL). QuickFIX/J is a full featured messaging engine for the FIX protocol. It is a 100% Java open source implementation of the popular C++ QuickFIX engine.

GroupId

GroupId

com.ig.us.otc
ArtifactId

ArtifactId

quickfixj-parent
Version

Version

1.0.20
Type

Type

pom

Download quickfixj-parent 1.0.20


<!-- https://jarcasting.com/artifacts/com.ig.us.otc/quickfixj-parent/ -->
<dependency>
    <groupId>com.ig.us.otc</groupId>
    <artifactId>quickfixj-parent</artifactId>
    <version>1.0.20</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ig.us.otc/quickfixj-parent/
implementation 'com.ig.us.otc:quickfixj-parent:1.0.20'
// https://jarcasting.com/artifacts/com.ig.us.otc/quickfixj-parent/
implementation ("com.ig.us.otc:quickfixj-parent:1.0.20")
'com.ig.us.otc:quickfixj-parent:pom:1.0.20'
<dependency org="com.ig.us.otc" name="quickfixj-parent" rev="1.0.20">
  <artifact name="quickfixj-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ig.us.otc', module='quickfixj-parent', version='1.0.20')
)
libraryDependencies += "com.ig.us.otc" % "quickfixj-parent" % "1.0.20"
[com.ig.us.otc/quickfixj-parent "1.0.20"]