MVN

com.ig.orchestrations.us.rfed : avro

Maven & Gradle

Jan 19, 2023
5 stars

com.ig.orchestrations.us.rfed:avro · Generated Apache Avro schema and Java binding from the FIX Orchestra repostory file with normalised Components and Groups

<dependency>
    <groupId>com.ig.orchestrations.us.rfed</groupId>
    <artifactId>avro</artifactId>
    <version>0.4.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ig.orchestrations.us.rfed : avro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.17

All Versions

Choose a version of com.ig.orchestrations.us.rfed : avro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
avro-0.4.17
avro-0.4.16
avro-0.4.15
avro-0.4.14
avro-0.4.13

How to add a dependency to Maven

Add the following com.ig.orchestrations.us.rfed : avro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ig.orchestrations.us.rfed</groupId>
    <artifactId>avro</artifactId>
    <version>0.4.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ig.orchestrations.us.rfed : avro gradle dependency to your build.gradle file:

implementation 'com.ig.orchestrations.us.rfed:avro:0.4.17'

Gradle Kotlin DSL: Add the following com.ig.orchestrations.us.rfed : avro gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ig.orchestrations.us.rfed:avro:0.4.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ig.orchestrations.us.rfed : avro sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ig.orchestrations.us.rfed" % "avro" % "0.4.17"