is not current version
Last Version 2.3.1

org.quickfixj:quickfixj-messages-all 2.1.1

QuickFIX/J Message classes for all FIX specs

GroupId

GroupId

org.quickfixj
ArtifactId

ArtifactId

quickfixj-messages-all
Version

Version

2.1.1
Type

Type

jar

Download quickfixj-messages-all 2.1.1


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