Download turbine-core-2.0.0.jar file

Introduction

You can download turbine-core-2.0.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

turbine-core-2.0.0.jar file has the following types.

META-INF/MANIFEST.MF
com.netflix.turbine.StartTurbine.class
com.netflix.turbine.Turbine.class
com.netflix.turbine.aggregator.AggregateString.class
com.netflix.turbine.aggregator.GroupKey.class
com.netflix.turbine.aggregator.InstanceKey.class
com.netflix.turbine.aggregator.NumberList.class
com.netflix.turbine.aggregator.StreamAggregator.class
com.netflix.turbine.aggregator.TypeAndNameKey.class
com.netflix.turbine.discovery.StreamAction.class
com.netflix.turbine.discovery.StreamDiscovery.class
com.netflix.turbine.internal.AggregateStringSerializer.class
com.netflix.turbine.internal.JsonUtility.class
com.netflix.turbine.internal.NumberListSerializer.class
com.netflix.turbine.internal.OperatorPivot.class

Pom

turbine-core-2.0.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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.netflix.turbine</groupId>
  <artifactId>turbine-core</artifactId>
  <version>2.0.0-DP.2</version>
  <name>turbine-core</name>
  <description>turbine-core developed by Netflix</description>
  <url>https://github.com/Netflix/turbine</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>netflixgithub</id>
      <name>Netflix Open Source Development</name>
      <email>talent@netflix.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/Netflix/turbine/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:Netflix/turbine.git</connection>
    <developerConnection>scm:git:git@github.com:Netflix/turbine.git</developerConnection>
    <url>scm:git:git@github.com:Netflix/turbine.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.sf.jopt-simple</groupId>
      <artifactId>jopt-simple</artifactId>
      <version>4.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava</artifactId>
      <version>[1.0,1.1)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.rxnetty</groupId>
      <artifactId>rx-netty</artifactId>
      <version>0.3.18</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20140107</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      <version>1.9.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit-dep</artifactId>
      <version>4.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
      <version>1.9.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.netflix.turbine</groupId>
   <artifactId>turbine-core</artifactId>
   <version>2.0.0</version>
</dependency>

Download

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



Download turbine-core-2.0.0.jar file




PreviousNext

Related