sbt-avro-compiler-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.sbt</groupId>
<artifactId>sbt-avro-compiler-api</artifactId>
<version>4.0.2</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.sbt</groupId>
<artifactId>sbt-avro-compiler-api</artifactId>
<packaging>jar</packaging>
<description>sbt-avro-compiler-api</description>
<url>https://github.com/sbt/sbt-avro</url>
<version>4.0.2</version>
<licenses>
<license>
<name>BSD 3-Clause</name>
<url>https://github.com/sbt/sbt-avro/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>sbt-avro-compiler-api</name>
<organization>
<name>sbt</name>
<url>https://www.scala-sbt.org/</url>
</organization>
<scm>
<url>https://github.com/sbt/sbt-avro</url>
<connection>scm:git:git@github.com:sbt/sbt-avro.git</connection>
</scm>
<developers>
<developer>
<id>nevillelyh</id>
<name>Neville Li</name>
<url>https://www.lyh.me/</url>
<email>@nevillelyh</email>
</developer>
<developer>
<id>RustedBones</id>
<name>Michel Davit</name>
<url>https://michel.davit.fr</url>
<email>michel@davit.fr</email>
</developer>
</developers>
</project>