Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
junpeng1 committed Dec 8, 2015
1 parent c633dc8 commit 6796e00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ViSearch is an API that provides accurate, reliable and scalable image search. V

The ViSearch Java SDK is an open source software for easy integration with your Java back-end applications and services. For source code and references, visit the [Github Repository](https://github.com/visenze/visearch-sdk-java).

* Current stable version: 1.2.2
* Current stable version: 1.2.5
* Minimum JDK version: 1.6

##2. Setup
Expand All @@ -45,18 +45,18 @@ For Maven projects, include the dependency in ```pom.xml```:
<dependency>
<groupId>com.visenze</groupId>
<artifactId>visearch-java-sdk</artifactId>
<version>1.2.2</version>
<version>1.2.5</version>
</dependency>
```

For Gradle projects, include this line in your ```build.gradle``` dependencies block:
```
compile 'com.visenze:visearch-java-sdk:1.2.2'
compile 'com.visenze:visearch-java-sdk:1.2.5'
```

For SBT projects, add the following line to ```build.sbt```:
```
libraryDependencies += "com.visenze" % "visearch-java-sdk" % "1.2.2"
libraryDependencies += "com.visenze" % "visearch-java-sdk" % "1.2.5"
```

##3. Initialization
Expand Down

0 comments on commit 6796e00

Please sign in to comment.