Maven Repository - POM file for Network governator 1.1.1 1.1.1

Summary

governator.

governator developed by Netflix.

Declaration

Here is the list of declaration for governator. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.netflix.governator</groupId>
   <artifactId>governator</artifactId>
   <version>1.1.1</version>
</dependency>

If you think this Maven repository POM file listing for governator is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

The governator-1.1.1 has 15 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Logslf4j-log4j12 1.6.1
The slf4j log4j-12 binding
345
Testing Mockmockito-core 1.8.5
Mock objects library for java
303
XML Bindingxbean-finder 3.11.1
XBean Finder helps to find annotations in classes
17
Logslf4j-api 1.6.3
The slf4j API
95
Developmentguava 11.0.1
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading the ap...
200
Inversion of Controljavax.inject 1
The javax.inject API
539
JPA Hibernatehibernate-validator 4.1.0.Final
Hibernate's Bean Validation (JSR-303) reference implementation.
98
Testingtestng 6.1.1
TestNG is a testing framework.
228




Depended by

The following table lists the most popular artifacts which are depending on governator-1.1.1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Networkpytheas-core 1.11
pytheas-core developed by Netflix
12

Packages

The following packages are defined in the governator-1.1.1.jar

com.netflix.governator.annotations
com.netflix.governator.annotations.binding
com.netflix.governator.configuration
com.netflix.governator.guice
com.netflix.governator.guice.lazy
com.netflix.governator.lifecycle
com.netflix.governator.lifecycle.warmup

POM File Source

Here is the content of the POM file.

<?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.governator</groupId>
  <artifactId>governator</artifactId>
  <version>1.1.1</version>
  <name>governator</name>
  <description>governator developed by Netflix</description>
  <url>https://github.com/Netflix/governator</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>
  
  <issueManagement>
    <system>github</system>
    <url>https://github.com/Netflix/governator/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:Netflix/governator.git</connection>
    <developerConnection>scm:git:git@github.com:Netflix/governator.git</developerConnection>
    <url>scm:git:git@github.com:Netflix/governator.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.6.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject.extensions</groupId>
      <artifactId>guice-grapher</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>1.8.5</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jsr166-mirror</groupId>
      <artifactId>jsr166y</artifactId>
      <version>1.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.archaius</groupId>
      <artifactId>archaius-core</artifactId>
      <version>0.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.xbean</groupId>
      <artifactId>xbean-finder</artifactId>
      <version>3.11.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm-all</artifactId>
      <version>3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject.extensions</groupId>
      <artifactId>guice-multibindings</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.xbean</groupId>
      <artifactId>xbean-bundleutils</artifactId>
      <version>3.11.1</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>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-validator</artifactId>
      <version>4.1.0.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.testng</groupId>
      <artifactId>testng</artifactId>
      <version>6.1.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>