MVN

net.openhft : TransFIX

Maven & Gradle

Mar 30, 2015
88 stars

OpenHFT/TransFIX · TransFIX

<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>TransFIX</artifactId>
    <version>1.0.0-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.openhft : TransFIX to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha
  • Latest Alpha: 1.0.0-alpha

All Versions

Choose a version of net.openhft : TransFIX to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
TransFIX-1.0.0-alpha

How to add a dependency to Maven

Add the following net.openhft : TransFIX maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>TransFIX</artifactId>
    <version>1.0.0-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.openhft : TransFIX gradle dependency to your build.gradle file:

implementation 'net.openhft:TransFIX:1.0.0-alpha'

Gradle Kotlin DSL: Add the following net.openhft : TransFIX gradle kotlin dependency to your build.gradle.kts file:

implementation("net.openhft:TransFIX:1.0.0-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.openhft : TransFIX sbt scala dependency to your build.sbt file:

libraryDependencies += "net.openhft" % "TransFIX" % "1.0.0-alpha"

Advertisement