q

quickfixj-parent

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.
http://www.quickfixj.org
The QuickFIX Software License, Version 1.0
Christoph John
Files download
File Operation
quickfixj-parent-2.1.1.pom download
Apache Maven
<dependency>
  <groupId>org.quickfixj</groupId>
  <artifactId>quickfixj-parent</artifactId>
  <version>2.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.quickfixj:quickfixj-parent:2.1.1'
Gradle Kotlin
implementation("org.quickfixj:quickfixj-parent:2.1.1")
Scala SBT
libraryDependencies += "org.quickfixj" % "quickfixj-parent" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.quickfixj', module='quickfixj-parent', version='2.1.1')
)
Apache Ivy
<dependency org="org.quickfixj" name="quickfixj-parent" rev="2.1.1" />
Leiningen
[org.quickfixj/quickfixj-parent "2.1.1"]
Apache Buildr
'org.quickfixj:quickfixj-parent:jar:2.1.1'
Dependencies
The project has no third-party dependencies