Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhxnlai committed Jun 19, 2018
1 parent 51d18ca commit 95e9a2f
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,31 @@ then(logger).should().log(ON_MELTED_MESSAGE)
~~~

### Download
**TODO: make the jar public**

While we are working on Bintray support, `StateMachine` is available via [JitPack](jitpack).

##### Maven:
```xml
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.tinder</groupId>
<artifactId>state-machine</artifactId>
<version>0.1.0</version>
</dependency>
```

##### Gradle:
```groovy
repositories {
// ...
maven { url "https://jitpack.io" }
}
implementation 'com.github.tinder:state-machine:0.1.0'
```

Download [the latest JAR][latest-jar] or grab via Maven:
```xml
Expand Down

0 comments on commit 95e9a2f

Please sign in to comment.