MVN

com.iamsoft : iamsoft-fix-buddy

Maven & Gradle

May 12, 2023

com.iamsoft:iamsoft-fix-buddy · FIX counterparty simulator

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

Latest Version

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

  • Latest Stable: 17.0.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.iamsoft</groupId>
    <artifactId>iamsoft-fix-buddy</artifactId>
    <version>17.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.iamsoft:iamsoft-fix-buddy:17.0.1'

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

implementation("com.iamsoft:iamsoft-fix-buddy:17.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.iamsoft" % "iamsoft-fix-buddy" % "17.0.1"