governator.
governator developed by Netflix.
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.10</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.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The governator-1.2.10 has 15 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | slf4j-log4j12 1.6.1 The slf4j log4j-12 binding | 345 |
Testing Mock | mockito-core 1.8.5 Mock objects library for java | 303 |
Inversion of Control | guava 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 Binding | xbean-finder 3.11.1 XBean Finder helps to find annotations in classes | 17 |
Log | slf4j-api 1.6.3 The slf4j API | 95 |
Inversion of Control | javax.inject 1 The javax.inject API | 539 |
Network | archaius-core 0.5.12 archaius-core developed by Netflix | 104 |
JPA Hibernate | hibernate-validator 4.1.0.Final Hibernate's Bean Validation (JSR-303) reference implementation. | 98 |
Testing | testng 6.1.1 TestNG is a testing framework. | 228 |
The following table lists the most popular artifacts which are depending on governator-1.2.10. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Network | eureka-client 1.1.135 eureka-client developed by Netflix | 7 |
Network | eureka-client 1.1.136 eureka-client developed by Netflix | 7 |
The following packages are defined in the governator-1.2.10.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.guice.runner com.netflix.governator.guice.runner.events com.netflix.governator.guice.runner.standalone com.netflix.governator.lifecycle com.netflix.governator.lifecycle.warmup
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.10</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>