组织ID: |
com.twitter |
项目ID: |
chill-protobuf |
版本: |
0.4.1 |
最后修改时间: |
2019-10-29 15:52:09 |
包类型: |
jar |
标题: |
chill-protobuf |
描述: |
chill-protobuf |
相关URL: |
https://github.com/twitter/chill |
大小: |
1.99KB |
|
Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>chill-protobuf</artifactId>
<version>0.4.1</version>
</dependency>
|
Gradle引入代码: |
com.twitter:chill-protobuf:0.4.1
|
下载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>chill-protobuf</artifactId>
<packaging>jar</packaging>
<description>chill-protobuf</description>
<version>0.4.1</version>
<name>chill-protobuf</name>
<organization>
<name>com.twitter</name>
</organization>
<url>https://github.com/twitter/chill</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/chill.git</url>
<connection>scm:git:git@github.com:twitter/chill.git</connection>
</scm>
<developers>
<developer>
<id>oscar</id>
<name>Oscar Boykin</name>
<url>http://twitter.com/posco</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>chill-java</artifactId>
<version>0.4.1</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>com.esotericsoftware.kryo</groupId>
<artifactId>kryo</artifactId>
<version>2.21</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.chill.protobuf.ProtobufSerializer.class
|
依赖Jar: |
chill-java-0.4.1.jar
/com.twitter/chill-java/0.4.1
查看chill-java所有版本文件
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所有版本文件
kryo-2.21.jar
/com.esotericsoftware.kryo/kryo/2.21
查看kryo所有版本文件
protobuf-java-2.3.0.jar
/com.google.protobuf/protobuf-java/2.3.0
查看protobuf-java所有版本文件
|