-
Notifications
You must be signed in to change notification settings - Fork 16
Getting Started
enadim edited this page Nov 14, 2017
·
2 revisions
@See the examples and the integration tests
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" />To checkout the source and build:
$ git clone https://github.com/enadim/spring-cloud-ribbon-extensions.git
$ cd spring-cloud-ribbon-extensions
$ ./gradlew buildTo do a clean build:
$ ./gradlew clean buildTo run integration tests:
$ ./gradlew build -Pit