Download eureka-client-2.0.0-DP2.jar file - Jar e

Jar examples for e:eureka-client

Description

Client for accessing Eureka!'s web services.

You can download jar file eureka-client 2.0.0-DP2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add eureka-client-2.0.0-DP2.jar to your project.

<dependency>
   <groupId>com.netflix.eureka2</groupId>
   <artifactId>eureka-client</artifactId>
   <version>2.0.0-DP2</version>
</dependency>
compile group: 'com.netflix.eureka2', name: 'eureka-client', version: '2.0.0-DP2'
libraryDependencies += "com.netflix.eureka2" % "eureka-client" % "2.0.0-DP2"
<dependency org="com.netflix.eureka2" name="eureka-client" rev="2.0.0-DP2"/>
@Grapes(@Grab(group='com.netflix.eureka2', module='eureka-client', version='2.0.0-DP2'))
'com.netflix.eureka2:eureka-client:jar:2.0.0-DP2'

Download

Click the following link to download the jar file.

eureka-client-2.0.0-DP2-javadoc.jar
eureka-client-2.0.0-DP2-sources.jar
eureka-client-2.0.0-DP2.jar
eureka-client-2.0.0-DP2.pom



Related Tutorials