is not current version
Last Version 2.3.1

org.quickfixj:quickfixj-parent 1.6.3

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

org.quickfixj
ArtifactId

ArtifactId

quickfixj-parent
Version

Version

1.6.3
Type

Type

pom

Download quickfixj-parent 1.6.3


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