Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Valodzka committed Jun 30, 2010
1 parent 5202e63 commit ead5fa6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README
@@ -1 +1,16 @@
Java Implementation of "Hoptoad's Notifier API version 2":http://help.hoptoadapp.com/faqs/api-2/notifier-api-v2

Add to pom.xml to install:

<repository>
<id>valodzka-github-hoptoad</id>
<name>Hoptoad fork</name>
<url>http://github.com/valodzka/hoptoad-notifier-java/raw/master/maven2</url>
</repository>

<dependency>
<groupId>code.lucamarrocco</groupId>
<artifactId>hoptoad-notifier</artifactId>
<version>1.7.1</version>
</dependency>

0 comments on commit ead5fa6

Please sign in to comment.