Skip to content

Commit

Permalink
Update readme for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keesun Baik committed Jul 23, 2013
1 parent be247c9 commit b261e26
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ repositories {

Add a dependency.

### Gradle (for the Vert.x 2.0.0-final)

```groovy
dependencies {
compile "com.nhncorp:mod-socket-io:1.0.1"
...
}
```

### Gradle (for the Vert.x 2.0.0-CR3)

```groovy
Expand All @@ -49,6 +58,16 @@ dependencies {
}
```

### Maven (for the Vert.x 2.0.0-final)

```maven
<dependency>
<groupId>com.nhncorp</groupId>
<artifactId>mod-socket-io</artifactId>
<version>1.0.1</version>
</dependency>
```

### Maven (for the Vert.x 2.0.0-CR3)

```maven
Expand Down

0 comments on commit b261e26

Please sign in to comment.