o

orchestration

Generates humanly readable documentation of FIX standard versions
Files download
File Operation
orchestration-0.4.29.pom download
Apache Maven
<dependency>
  <groupId>com.ig.orchestrations.us.rfed</groupId>
  <artifactId>orchestration</artifactId>
  <version>0.4.29</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.ig.orchestrations.us.rfed:orchestration:0.4.29'
Gradle Kotlin
implementation("com.ig.orchestrations.us.rfed:orchestration:0.4.29")
Scala SBT
libraryDependencies += "com.ig.orchestrations.us.rfed" % "orchestration" % "0.4.29"
Groovy Grape
@Grapes(
  @Grab(group='com.ig.orchestrations.us.rfed', module='orchestration', version='0.4.29')
)
Apache Ivy
<dependency org="com.ig.orchestrations.us.rfed" name="orchestration" rev="0.4.29" />
Leiningen
[com.ig.orchestrations.us.rfed/orchestration "0.4.29"]
Apache Buildr
'com.ig.orchestrations.us.rfed:orchestration:jar:0.4.29'