Maven Repository - POM file for Network governator 1.2.20 1.2.20

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.2.20</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.2.20 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
Inversion of Controlguava 14.0.1
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. Guava has two code dependencies - javax.annotation per the JSR-305 spec and javax.inject per the JSR-330 spec.
546
XML Bindingxbean-finder 3.11.1
XBean Finder helps to find annotations in classes
17
Logslf4j-api 1.6.3
The slf4j API
95
Inversion of Controljavax.inject 1
The javax.inject API
539
Networkarchaius-core 0.5.12
archaius-core developed by Netflix
104
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




Packages

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

com.netflix.governator.annotations
com.netflix.governator.annotations.binding
com.netflix.governator.configuration
com.netflix.governator.guice
com.netflix.governator.guice.actions
com.netflix.governator.guice.annotations
com.netflix.governator.guice.bootstrap
com.netflix.governator.guice.concurrent
com.netflix.governator.guice.lazy
com.netflix.governator.guice.main
com.netflix.governator.guice.runner
com.netflix.governator.guice.runner.events
com.netflix.governator.guice.runner.standalone
com.netflix.governator.guice.serviceloader
com.netflix.governator.guice.transformer
com.netflix.governator.lifecycle
com.netflix.governator.lifecycle.warmup
com.netflix.governator.providers




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.2.20</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.guava</groupId>
      <artifactId>guava</artifactId>
      <version>14.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>3.0</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>javax.inject</groupId>
      <artifactId>javax.inject</artifactId>
      <version>1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.archaius</groupId>
      <artifactId>archaius-core</artifactId>
      <version>0.5.12</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>