Download scrooge-core_2.11-4.10.0.jar file

Introduction

You can download scrooge-core_2.11-4.10.0.jar in this page.

License

Apache License, Version 2.0

Type List

scrooge-core_2.11-4.10.0.jar file has the following types.

META-INF/MANIFEST.MF
com.twitter.scrooge.HasThriftStructCodec3.class
com.twitter.scrooge.LazyTProtocol.class
com.twitter.scrooge.TArrayByteTransport.class
com.twitter.scrooge.TFieldBlob.class
com.twitter.scrooge.TLazyBinaryProtocol.class
com.twitter.scrooge.TReusableMemoryTransport.class
com.twitter.scrooge.ThriftEnum.class
com.twitter.scrooge.ThriftException.class
com.twitter.scrooge.ThriftMethod.class
com.twitter.scrooge.ThriftResponse.class
com.twitter.scrooge.ThriftService.class
com.twitter.scrooge.ThriftStruct.class
com.twitter.scrooge.ThriftStructCodec.class
com.twitter.scrooge.ThriftStructCodec3.class
com.twitter.scrooge.ThriftStructField.class
com.twitter.scrooge.ThriftStructFieldInfo.class
com.twitter.scrooge.ThriftStructMetaData.class
com.twitter.scrooge.ThriftUnion.class
com.twitter.scrooge.ThriftUnionFieldInfo.class
com.twitter.scrooge.ThriftUtil.class
com.twitter.scrooge.ToThriftService.class
com/twitter/scrooge-core/build.properties

Pom

scrooge-core_2.11-4.10.0.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>scrooge-core_2.11</artifactId>
    <packaging>jar</packaging>
    <description>scrooge-core</description>
    <version>4.10.0</version>
    <name>scrooge-core</name>
    <organization>
        <name>com.twitter</name>
    </organization>
    <url>https://github.com/twitter/scrooge</url>
    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:twitter/scrooge.git</url>
        <connection>scm:git:git@github.com:twitter/scrooge.git</connection>
    </scm>
    <developers>
        <developer>
            <id>twitter</id>
            <name>Twitter Inc.</name>
            <url>https://www.twitter.com/</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.8</version>
        </dependency>
        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>scalac-scoverage-runtime_2.11</artifactId>
            <version>1.1.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scoverage</groupId>
            <artifactId>scalac-scoverage-plugin_2.11</artifactId>
            <version>1.1.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.11</artifactId>
            <version>2.2.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalacheck</groupId>
            <artifactId>scalacheck_2.11</artifactId>
            <version>1.12.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.12</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.thrift</groupId>
            <artifactId>libthrift</artifactId>
            <version>0.5.0-1</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.twitter</groupId>
   <artifactId>scrooge-core_2.11</artifactId>
   <version>4.10.0</version>
</dependency>

Download

If you think the following scrooge-core_2.11-4.10.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download scrooge-core_2.11-4.10.0.jar file




PreviousNext

Related