组织ID: |
com.twitter |
项目ID: |
bijection-avro_2.10 |
版本: |
0.6.2 |
最后修改时间: |
2018-08-19 00:06:10 |
包类型: |
jar |
标题: |
bijection-avro |
描述: |
bijection-avro |
相关URL: |
https://github.com/twitter/bijection |
大小: |
18.47KB |
|
Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>bijection-avro_2.10</artifactId>
<version>0.6.2</version>
</dependency>
|
Gradle引入代码: |
com.twitter:bijection-avro_2.10:0.6.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.10</artifactId>
<packaging>bundle</packaging>
<description>bijection-avro</description>
<version>0.6.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>com.twitter</groupId>
<artifactId>bijection-core_2.10</artifactId>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.10</artifactId>
<version>1.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-tools.testing</groupId>
<artifactId>specs_2.10</artifactId>
<version>1.6.9</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.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.SpecificAvroCodecs$.class
com.twitter.bijection.avro.SpecificAvroCodecs.class
|
依赖Jar: |
bijection-core_2.10-0.6.2.jar
/com.twitter/bijection-core_2.10/0.6.2
查看bijection-core_2.10所有版本文件
scala-library-2.10.3.jar
/org.scala-lang/scala-library/2.10.3
查看scala-library所有版本文件
scalacheck_2.10-1.10.0.jar
/org.scalacheck/scalacheck_2.10/1.10.0
查看scalacheck_2.10所有版本文件
specs_2.10-1.6.9.jar
/org.scala-tools.testing/specs_2.10/1.6.9
查看specs_2.10所有版本文件
avro-1.7.5.jar
/org.apache.avro/avro/1.7.5
查看avro所有版本文件
|