Download bijection-avro_2.10-0.9.2.jar file

Introduction

You can download bijection-avro_2.10-0.9.2.jar in this page.

License

Apache 2

Type List

bijection-avro_2.10-0.9.2.jar file has the following types.

META-INF/MANIFEST.MF
com.twitter.bijection.avro.BinaryAvroCodec.class
com.twitter.bijection.avro.GenericAvroCodec.class
com.twitter.bijection.avro.GenericAvroCodecs.class
com.twitter.bijection.avro.JsonAvroCodec.class
com.twitter.bijection.avro.SpecificAvroCodec.class
com.twitter.bijection.avro.SpecificAvroCodecs.class

Pom

bijection-avro_2.10-0.9.2.pom file content.

<?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.twitter</groupId>
    <artifactId>bijection-avro_2.10</artifactId>
    <packaging>bundle</packaging>
    <description>bijection-avro</description>
    <version>0.9.2</version>
    <name>bijection-avro</name>
    <organization>
        <name>com.twitter</name>
    </organization>
    <url>https://github.com/twitter/bijection</url>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
            <comments>A business-friendly OSS license</comments>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:twitter/bijection.git</url>
        <connection>scm:git:git@github.com:twitter/bijection.git</connection>
    </scm>
    <developers>
        <developer>
            <id>oscar</id>
            <name>Oscar Boykin</name>
            <url>http://twitter.com/posco</url>
        </developer>
        <developer>
            <id>oscar</id>
            <name>Marius Eriksen</name>
            <url>http://twitter.com/marius</url>
        </developer>
        <developer>
            <id>sritchie</id>
            <name>Sam Ritchie</name>
            <url>http://twitter.com/sritchie</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.10.5</version>
        </dependency>
        <dependency>
            <groupId>com.twitter</groupId>
            <artifactId>bijection-core_2.10</artifactId>
            <version>0.9.2</version>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.10</artifactId>
            <version>1.12.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.10</artifactId>
            <version>2.2.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.avro</groupId>
            <artifactId>avro</artifactId>
            <version>1.7.5</version>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.twitter</groupId>
   <artifactId>bijection-avro_2.10</artifactId>
   <version>0.9.2</version>
</dependency>

Download

If you think the following bijection-avro_2.10-0.9.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download bijection-avro_2.10-0.9.2.jar file




PreviousNext

Related