Maven Repository - POM file for Network pytheas-core 1.11 1.11

Summary

pytheas-core.

pytheas-core developed by Netflix.

Declaration

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

<dependency>
   <groupId>com.netflix.pytheas</groupId>
   <artifactId>pytheas-core</artifactId>
   <version>1.11</version>
</dependency>

If you think this Maven repository POM file listing for pytheas-core 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 pytheas-core-1.11 has 23 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
Data Structurecommons-collections 3.2.1
Types that extend and augment the Java Collections Framework.
419
Templatefreemarker 2.3.15
FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
51
Testing Mockmockito-core 1.8.5
Mock objects library for java
303
Data Structurecommons-beanutils 1.8.2
BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.
14
Networkeureka-client 1.1.73
eureka-client developed by Netflix
8
Networkgovernator 1.1.1
governator developed by Netflix
12
Logslf4j-api 1.7.0
The slf4j API
62
Networkarchaius-core 0.5.4
archaius-core developed by Netflix
19
Data Structurecommons-configuration 1.8
Tools to assist in the reading of configuration/preferences files in various formats
72
JSONjackson-mapper-asl 1.9.11
Data Mapper package is a high-performance data binding package built on Jackson JSON processor
35
JUnitjunit 4.10
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
1957
Testing Coding Styleannotations 2.0.0
Annotation supports the FindBugs tool
124
XML Parserjettison 1.1
A StAX implementation for JSON.
48
Inversion of Controlguava 14.0
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.
58
Filecommons-io 1.4
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
444




Depended by

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

CategoryArtifactDepended By Count
Networkkaryon-admin-web 2.0.02
karyon-admin-web developed by Netflix
6

Packages

The following packages are defined in the pytheas-core-1.11.jar

com.netflix.explorers
com.netflix.explorers.annotations
com.netflix.explorers.context
com.netflix.explorers.jersey
com.netflix.explorers.model
com.netflix.explorers.providers
com.netflix.explorers.resources
com.netflix.explorers.rest
com.netflix.explorers.services
com.netflix.explorers.sse
com.netflix.explorers.web




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.pytheas</groupId>
  <artifactId>pytheas-core</artifactId>
  <version>1.11</version>
  <name>pytheas-core</name>
  <description>pytheas-core developed by Netflix</description>
  <url>https://github.com/Netflix/pytheas</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/pytheas/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:Netflix/pytheas.git</connection>
    <developerConnection>scm:git:git@github.com:Netflix/pytheas.git</developerConnection>
    <url>scm:git:git@github.com:Netflix/pytheas.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.ws.rs</groupId>
      <artifactId>jsr311-api</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.freemarker</groupId>
      <artifactId>freemarker</artifactId>
      <version>2.3.15</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-core</artifactId>
      <version>1.11</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>commons-beanutils</groupId>
      <artifactId>commons-beanutils</artifactId>
      <version>1.8.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.eureka</groupId>
      <artifactId>eureka-client</artifactId>
      <version>1.1.73</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.governator</groupId>
      <artifactId>governator</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.archaius</groupId>
      <artifactId>archaius-core</artifactId>
      <version>0.5.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>servlet-api</artifactId>
      <version>2.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-configuration</groupId>
      <artifactId>commons-configuration</artifactId>
      <version>1.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.stephenc.high-scale-lib</groupId>
      <artifactId>high-scale-lib</artifactId>
      <version>1.1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
      <version>1.9.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey.contribs</groupId>
      <artifactId>jersey-guice</artifactId>
      <version>1.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-server</artifactId>
      <version>1.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jettison</groupId>
      <artifactId>jettison</artifactId>
      <version>1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject.extensions</groupId>
      <artifactId>guice-servlet</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>14.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>1.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>