Download eureka-client-1.3.6-rc.1.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 1.3.6-rc.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add eureka-client-1.3.6-rc.1.jar to your project.

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

Download

Click the following link to download the jar file.

eureka-client-1.3.6-rc.1-javadoc.jar
eureka-client-1.3.6-rc.1-sources.jar
eureka-client-1.3.6-rc.1-tests.jar
eureka-client-1.3.6-rc.1.jar
eureka-client-1.3.6-rc.1.pom



Related Tutorials