Download eureka-client-2.0.0-DP3.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-DP3 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-DP3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials