Skip to content

Getting Started

enadim edited this page Nov 14, 2017 · 2 revisions

Quick Tour

@See the examples and the integration tests

Getting Binaries

Binaries and dependency information for Maven, Ivy, Gradle and others can be found at http://search.maven.org.

maven

<dependency>
  <groupId>com.github.enadim</groupId>
  <artifactId>spring-cloud-ribbon-extensions</artifactId>
  <version>1.4.1-SNAPSHOT</version>
</dependency>

gradle

dependencies {
    compile 'com.github.enadim:spring-cloud-ribbon-extensions:1.4.1'
}

gradle

<dependency org="com.github.enadim" name="spring-cloud-ribbon-extensions" rev="1.4.1" />

Building

To checkout the source and build:

$ git clone https://github.com/enadim/spring-cloud-ribbon-extensions.git
$ cd spring-cloud-ribbon-extensions
$ ./gradlew build

To do a clean build:

$ ./gradlew clean build

To run integration tests:

$ ./gradlew build -Pit

Clone this wiki locally