| 组织ID: |
com.twitter |
| 项目ID: |
scrooge-runtime_2.10 |
| 版本: |
3.1.1 |
| 最后修改时间: |
2019-06-28 17:26:41 |
| 包类型: |
jar |
| 标题: |
scrooge-runtime |
| 大小: |
39.27KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-runtime_2.10</artifactId>
<version>3.1.1</version>
</dependency>
|
| Gradle引入代码: |
com.twitter:scrooge-runtime_2.10:3.1.1
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>scrooge-runtime_2.10</artifactId>
<packaging>jar</packaging>
<name>scrooge-runtime</name>
<parent>
<groupId>com.twitter</groupId>
<artifactId>scrooge_2.10</artifactId>
<version>3.1.1</version>
</parent>
<properties>
<git.dir>${project.basedir}/../../.git</git.dir>
</properties>
<dependencies>
<!-- scala library -->
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.0</version>
</dependency>
<!-- library dependencies -->
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
<version>0.8.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-codec_2.10</artifactId>
<version>6.3.0</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core_2.10</artifactId>
<version>6.3.0</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift_2.10</artifactId>
<version>6.3.0</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.twitter.scrooge.BinaryThriftStructSerializer$class.class
com.twitter.scrooge.BinaryThriftStructSerializer.class
com.twitter.scrooge.CompactThriftSerializer$class.class
com.twitter.scrooge.CompactThriftSerializer.class
com.twitter.scrooge.FinagleThriftClient$$anonfun$decodeResponse$1$$anonfun$1.class
com.twitter.scrooge.FinagleThriftClient$$anonfun$decodeResponse$1.class
com.twitter.scrooge.FinagleThriftClient$$anonfun$encodeRequest$1.class
com.twitter.scrooge.FinagleThriftClient$class.class
com.twitter.scrooge.FinagleThriftClient.class
com.twitter.scrooge.FinagleThriftService$$anonfun$exception$1.class
com.twitter.scrooge.FinagleThriftService$$anonfun$reply$1.class
com.twitter.scrooge.FinagleThriftService$class.class
com.twitter.scrooge.FinagleThriftService.class
com.twitter.scrooge.JsonThriftSerializer$class.class
com.twitter.scrooge.JsonThriftSerializer.class
com.twitter.scrooge.Option$1.class
com.twitter.scrooge.Option$Some.class
com.twitter.scrooge.Option.class
com.twitter.scrooge.ThriftEnum$class.class
com.twitter.scrooge.ThriftEnum.class
com.twitter.scrooge.ThriftException.class
com.twitter.scrooge.ThriftStruct.class
com.twitter.scrooge.ThriftStructCodec$class.class
com.twitter.scrooge.ThriftStructCodec.class
com.twitter.scrooge.ThriftStructCodec3$$anonfun$1.class
com.twitter.scrooge.ThriftStructCodec3$$anonfun$2.class
com.twitter.scrooge.ThriftStructCodec3.class
com.twitter.scrooge.ThriftStructField.class
com.twitter.scrooge.ThriftStructMetaData$$anonfun$1.class
com.twitter.scrooge.ThriftStructMetaData$$anonfun$2.class
com.twitter.scrooge.ThriftStructMetaData.class
com.twitter.scrooge.ThriftStructSerializer$class.class
com.twitter.scrooge.ThriftStructSerializer.class
com.twitter.scrooge.Utilities$Tuple.class
com.twitter.scrooge.Utilities.class
META-INF/maven/com.twitter/scrooge-runtime_2.10/pom.xml
META-INF/maven/com.twitter/scrooge-runtime_2.10/pom.properties
|
| 依赖Jar: |
scala-library-2.10.0.jar
/org.scala-lang/scala-library/2.10.0
查看scala-library所有版本文件
libthrift-0.8.0.jar
/org.apache.thrift/libthrift/0.8.0
查看libthrift所有版本文件
util-codec_2.10-6.3.0.jar
/com.twitter/util-codec_2.10/6.3.0
查看util-codec_2.10所有版本文件
finagle-core_2.10-6.3.0.jar
/com.twitter/finagle-core_2.10/6.3.0
查看finagle-core_2.10所有版本文件
finagle-thrift_2.10-6.3.0.jar
/com.twitter/finagle-thrift_2.10/6.3.0
查看finagle-thrift_2.10所有版本文件
|