组织ID: |
com.twitter |
项目ID: |
bijection-avro_2.11 |
版本: |
0.7.2 |
最后修改时间: |
2018-07-29 17:11:30 |
包类型: |
jar |
标题: |
bijection-avro |
描述: |
bijection-avro |
相关URL: |
https://github.com/twitter/bijection |
大小: |
25.73KB |
|
Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>bijection-avro_2.11</artifactId>
<version>0.7.2</version>
</dependency>
|
Gradle引入代码: |
com.twitter:bijection-avro_2.11:0.7.2
|
下载Jar包: |
|
POM文件内容: |
<?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.11</artifactId>
<packaging>bundle</packaging>
<description>bijection-avro</description>
<version>0.7.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.11.5</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>bijection-core_2.11</artifactId>
<version>0.7.2</version>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.11</artifactId>
<version>1.11.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>2.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.7.5</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.bijection.avro.BinaryAvroCodec$$anonfun$invert$3.class
com.twitter.bijection.avro.BinaryAvroCodec.class
com.twitter.bijection.avro.GenericAvroCodec$$anonfun$invert$2.class
com.twitter.bijection.avro.GenericAvroCodec$.class
com.twitter.bijection.avro.GenericAvroCodec.class
com.twitter.bijection.avro.GenericAvroCodecs$$anonfun$withDeflateCompression$2.class
com.twitter.bijection.avro.GenericAvroCodecs$.class
com.twitter.bijection.avro.GenericAvroCodecs.class
com.twitter.bijection.avro.JsonAvroCodec$$anonfun$invert$4.class
com.twitter.bijection.avro.JsonAvroCodec.class
com.twitter.bijection.avro.SpecificAvroCodec$$anonfun$invert$1.class
com.twitter.bijection.avro.SpecificAvroCodec$.class
com.twitter.bijection.avro.SpecificAvroCodec.class
com.twitter.bijection.avro.SpecificAvroCodecs$$anonfun$withDeflateCompression$1.class
com.twitter.bijection.avro.SpecificAvroCodecs$.class
com.twitter.bijection.avro.SpecificAvroCodecs.class
|
依赖Jar: |
scala-library-2.11.5.jar
/org.scala-lang/scala-library/2.11.5
查看scala-library所有版本文件
bijection-core_2.11-0.7.2.jar
/com.twitter/bijection-core_2.11/0.7.2
查看bijection-core_2.11所有版本文件
scalacheck_2.11-1.11.5.jar
/org.scalacheck/scalacheck_2.11/1.11.5
查看scalacheck_2.11所有版本文件
scalatest_2.11-2.2.2.jar
/org.scalatest/scalatest_2.11/2.2.2
查看scalatest_2.11所有版本文件
avro-1.7.5.jar
/org.apache.avro/avro/1.7.5
查看avro所有版本文件
|