MVN

com.github.sbt : sbt-avro_2.12_1.0

Maven & Gradle

Aug 21, 2023
32 stars

sbt-avro · Sbt plugin for compiling Avro sources

<dependency>
    <groupId>com.github.sbt</groupId>
    <artifactId>sbt-avro_2.12_1.0</artifactId>
    <version>3.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sbt : sbt-avro_2.12_1.0 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.3

All Versions

Choose a version of com.github.sbt : sbt-avro_2.12_1.0 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
sbt-avro_2.12_1.0-3.4.3
sbt-avro_2.12_1.0-3.4.3-M1
sbt-avro_2.12_1.0-3.4.2
sbt-avro_2.12_1.0-3.4.1
sbt-avro_2.12_1.0-3.4.0
3.3.x
sbt-avro_2.12_1.0-3.3.0
3.2.x
sbt-avro_2.12_1.0-3.2.0

How to add a dependency to Maven

Add the following com.github.sbt : sbt-avro_2.12_1.0 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sbt</groupId>
    <artifactId>sbt-avro_2.12_1.0</artifactId>
    <version>3.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sbt : sbt-avro_2.12_1.0 gradle dependency to your build.gradle file:

implementation 'com.github.sbt:sbt-avro_2.12_1.0:3.4.3'

Gradle Kotlin DSL: Add the following com.github.sbt : sbt-avro_2.12_1.0 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sbt:sbt-avro_2.12_1.0:3.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sbt : sbt-avro_2.12_1.0 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sbt" % "sbt-avro_2.12_1.0" % "3.4.3"

Advertisement

Dependencies from Group

Dec 29, 2021
191 usages
132 stars
Feb 25, 2023
3 usages
123 stars
Feb 25, 2023
2 usages
123 stars
Feb 25, 2023
2 usages
123 stars
Dec 06, 2022
1 usages
141 stars

Discover Dependencies