Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardHightower committed Apr 13, 2016
1 parent edbc682 commit e34bf36
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 @@ -25,19 +25,19 @@ QBit is FAST!
<dependency>
<groupId>io.advantageous.qbit</groupId>
<artifactId>qbit-admin</artifactId>
<version>0.9.10.RELEASE</version>
<version>1.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>io.advantageous.qbit</groupId>
<artifactId>qbit-vertx</artifactId>
<version>0.9.10.RELEASE</version>
<version>1.0.0.RELEASE</version>
</dependency>
```

#### Using from gradle
```java
compile 'io.advantageous.qbit:qbit-admin:0.9.10.RELEASE'
compile 'io.advantageous.qbit:qbit-vertx:0.9.10.RELEASE'
compile 'io.advantageous.qbit:qbit-admin:1.0.0.RELEASE'
compile 'io.advantageous.qbit:qbit-vertx:1.0.0.RELEASE'
```

Core Features
Expand Down

0 comments on commit e34bf36

Please sign in to comment.