MVN

com.iamsoft : iamsoft-fix-parser

Maven & Gradle

May 12, 2023

com.iamsoft:iamsoft-fix-parser · Displays FIX messages in friendly, tabular format

<dependency>
    <groupId>com.iamsoft</groupId>
    <artifactId>iamsoft-fix-parser</artifactId>
    <version>17.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.iamsoft : iamsoft-fix-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 17.0.2

All Versions

Choose a version of com.iamsoft : iamsoft-fix-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
17.0.x
iamsoft-fix-parser-17.0.2
iamsoft-fix-parser-17.0.1
iamsoft-fix-parser-17.0.0
11.0.x
iamsoft-fix-parser-11.0.0

How to add a dependency to Maven

Add the following com.iamsoft : iamsoft-fix-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.iamsoft</groupId>
    <artifactId>iamsoft-fix-parser</artifactId>
    <version>17.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.iamsoft : iamsoft-fix-parser gradle dependency to your build.gradle file:

implementation 'com.iamsoft:iamsoft-fix-parser:17.0.2'

Gradle Kotlin DSL: Add the following com.iamsoft : iamsoft-fix-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.iamsoft:iamsoft-fix-parser:17.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.iamsoft : iamsoft-fix-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.iamsoft" % "iamsoft-fix-parser" % "17.0.2"