MVN

io.atleon : atleon-avro

Maven & Gradle

Aug 11, 2023
<dependency>
    <groupId>io.atleon</groupId>
    <artifactId>atleon-avro</artifactId>
    <version>0.20.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.atleon : atleon-avro to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.1

All Versions

Choose a version of io.atleon : atleon-avro to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
atleon-avro-0.20.1
atleon-avro-0.20.0
0.19.x
atleon-avro-0.19.3
atleon-avro-0.19.2
atleon-avro-0.19.1
atleon-avro-0.19.0
0.18.x
atleon-avro-0.18.1
atleon-avro-0.18.0
0.17.x
atleon-avro-0.17.1
atleon-avro-0.17.0

How to add a dependency to Maven

Add the following io.atleon : atleon-avro maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.atleon</groupId>
    <artifactId>atleon-avro</artifactId>
    <version>0.20.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.atleon : atleon-avro gradle dependency to your build.gradle file:

implementation 'io.atleon:atleon-avro:0.20.1'

Gradle Kotlin DSL: Add the following io.atleon : atleon-avro gradle kotlin dependency to your build.gradle.kts file:

implementation("io.atleon:atleon-avro:0.20.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.atleon : atleon-avro sbt scala dependency to your build.sbt file:

libraryDependencies += "io.atleon" % "atleon-avro" % "0.20.1"

Advertisement