Download exhibitor-standalone-1.5.1.jar file

Introduction

You can download exhibitor-standalone-1.5.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

exhibitor-standalone-1.5.1.jar file has the following types.

META-INF/MANIFEST.MF
WEB-INF/web.xml
buildscripts/standalone/gradle/build.gradle
buildscripts/standalone/maven/pom.xml
buildscripts/war/maven/README.txt
buildscripts/war/maven/pom.xml
buildscripts/war/maven/src/main/resources/exhibitor.properties
com.netflix.exhibitor.application.ExhibitorMain.class
com.netflix.exhibitor.servlet.ExhibitorResourceConfig.class
com.netflix.exhibitor.servlet.ExhibitorServletContextListener.class
com.netflix.exhibitor.servlet.ExhibitorServletFilter.class
com.netflix.exhibitor.standalone.ExhibitorCLI.class
com.netflix.exhibitor.standalone.ExhibitorCreator.class
com.netflix.exhibitor.standalone.ExhibitorCreatorExit.class
com.netflix.exhibitor.standalone.MissingConfigurationTypeException.class
com.netflix.exhibitor.standalone.SecurityArguments.class
log4j.properties

Pom

exhibitor-standalone-1.5.1.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.exhibitor</groupId>
  <artifactId>exhibitor-standalone</artifactId>
  <version>1.5.1</version>
  <name>exhibitor-standalone</name>
  <description>exhibitor-standalone developed by Netflix</description>
  <url>https://github.com/Netflix/exhibitor</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/exhibitor/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:Netflix/exhibitor.git</connection>
    <developerConnection>scm:git:git@github.com:Netflix/exhibitor.git</developerConnection>
    <url>scm:git:git@github.com:Netflix/exhibitor.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-bundle</artifactId>
      <version>1.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.amazonaws</groupId>
      <artifactId>aws-java-sdk</artifactId>
      <version>1.3.22</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>2.2.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>11.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.exhibitor</groupId>
      <artifactId>exhibitor-core</artifactId>
      <version>1.5.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>jersey-client</artifactId>
          <groupId>com.sun.jersey</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mortbay.jetty</groupId>
      <artifactId>jetty</artifactId>
      <version>6.1.22</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.1.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.netflix.exhibitor</groupId>
   <artifactId>exhibitor-standalone</artifactId>
   <version>1.5.1</version>
</dependency>

Download

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



Download exhibitor-standalone-1.5.1.jar file




PreviousNext

Related