MVN

io.fixprotocol.orchestra : interfaces

Maven & Gradle

Sep 30, 2021
4 usages
61 stars

XML schema for FIX Orchestra session configuration

<dependency>
    <groupId>io.fixprotocol.orchestra</groupId>
    <artifactId>interfaces</artifactId>
    <version>1.7.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fixprotocol.orchestra : interfaces to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.3

All Versions

Choose a version of io.fixprotocol.orchestra : interfaces to add to Maven or Gradle - All Versions:

  • Version Updated
  • interfaces-1.7.3

    Sep 30, 2021
  • interfaces-1.7.2

    Aug 09, 2021
  • interfaces-1.7.1

    May 13, 2021
  • interfaces-1.6.10

    Feb 03, 2021
  • interfaces-1.6.9

    Dec 23, 2020
  • interfaces-1.6.8

    Nov 09, 2020
  • interfaces-1.6.7

    Oct 28, 2020
  • interfaces-1.6.5

    Oct 01, 2020
  • interfaces-1.6.4

    Aug 24, 2020
  • interfaces-1.6.3

    Jun 25, 2020
  • interfaces-1.6.1

    May 29, 2020
  • interfaces-1.5.0

    Feb 23, 2020

How to add a dependency to Maven

Add the following io.fixprotocol.orchestra : interfaces maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fixprotocol.orchestra</groupId>
    <artifactId>interfaces</artifactId>
    <version>1.7.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fixprotocol.orchestra : interfaces gradle dependency to your build.gradle file:

implementation 'io.fixprotocol.orchestra:interfaces:1.7.3'

Gradle Kotlin DSL: Add the following io.fixprotocol.orchestra : interfaces gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fixprotocol.orchestra:interfaces:1.7.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fixprotocol.orchestra : interfaces sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fixprotocol.orchestra" % "interfaces" % "1.7.3"

Advertisement