Skip to content

Commit

Permalink
Update README to reflect 0.3 release to Maven Central.
Browse files Browse the repository at this point in the history
  • Loading branch information
samskivert committed May 8, 2013
1 parent 5500fe8 commit 7770472
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Expand Up @@ -55,4 +55,16 @@ method.

Getting
-------
The 0.1 release of signals is available as a [jar](http://ooo-maven.googlecode.com/hg/repository/com/threerings/signals/0.1/signals-0.1.jar), or you can use the `http://ooo-maven.googlecode.com/hg/repository` repository in Maven with a dependency on `com.threerings:signals:0.1`.

The 0.3 release of signals is available via Maven Central. Just add this to your POM:

```
<dependency>
<groupId>com.threerings</groupId>
<artifactId>signals</artifactId>
<version>0.3</version>
</dependency>
```

You can also download it directly from
[Maven Central](http://repo2.maven.org/maven2/com/threerings/signals/0.3/signals-0.3.jar).

0 comments on commit 7770472

Please sign in to comment.