is not current version
Last Version 2.3.1

org.quickfixj:quickfixj-parent 2.0.0

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

2.0.0
Type

Type

pom

Download quickfixj-parent 2.0.0


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