Maven Repository - POM file for Network eureka-client 1.1.73 1.1.73

Summary

eureka-client.

eureka-client developed by Netflix.

Declaration

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

<dependency>
   <groupId>com.netflix.eureka</groupId>
   <artifactId>eureka-client</artifactId>
   <version>1.1.73</version>
</dependency>

If you think this Maven repository POM file listing for eureka-client 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 eureka-client-1.1.73 has 8 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
Web Servicejersey-bundle 1.9.1
A bundle containing code of all jar-based modules that provide JAX-RS and Jersey-related features. Such a bundle is *only intended* for developers that do not use Maven's dependency system. The bundle does not include code for contributes, tests and samples.
81
Httphttpclient 4.1.2
HttpComponents Client (base module)
87
XML Parserjettison 1.2
A StAX implementation for JSON.
128




Depended by

The following table lists the most popular artifacts which are depending on eureka-client-1.1.73. 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 eureka-client-1.1.73.jar

com.netflix.appinfo
com.netflix.discovery
com.netflix.discovery.converters
com.netflix.discovery.provider
com.netflix.discovery.shared

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.eureka</groupId>
  <artifactId>eureka-client</artifactId>
  <version>1.1.73</version>
  <name>eureka-client</name>
  <description>eureka-client developed by Netflix</description>
  <url>https://github.com/Netflix/eureka</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/eureka/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:Netflix/eureka.git</connection>
    <developerConnection>scm:git:git@github.com:Netflix/eureka.git</developerConnection>
    <url>scm:git:git@github.com:Netflix/eureka.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.netflix.archaius</groupId>
      <artifactId>archaius-core</artifactId>
      <version>0.3.3</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>com.sun.jersey</groupId>
      <artifactId>jersey-bundle</artifactId>
      <version>1.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.4.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.servo</groupId>
      <artifactId>servo-core</artifactId>
      <version>0.4.15</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey.contribs</groupId>
      <artifactId>jersey-apache-client4</artifactId>
      <version>1.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jettison</groupId>
      <artifactId>jettison</artifactId>
      <version>1.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>