Skip to content

Commit

Permalink
Mention the milestone release in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasMikula committed Feb 8, 2015
1 parent 92c5306 commit 08dd528
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,35 @@ libraryDependencies += "org.reactfx" % "reactfx" % "1.4.1"
[Download](https://github.com/TomasMikula/ReactFX/releases/download/v1.4.1/reactfx-1.4.1.jar) the JAR file and place it on your classpath.


### Milestone release

Current milestone release is 2.0-M2.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.reactfx | reactfx | 2.0-M2 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-M2'
}
```

#### Sbt example

```scala
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M2"
```

#### Manual download

[Download](https://github.com/TomasMikula/ReactFX/releases/download/v2.0-M2/reactfx-2.0-M2.jar) the JAR file and place it on your classpath.


### Snapshot releases

Snapshot releases are deployed to Sonatype snapshot repository.
Expand Down

0 comments on commit 08dd528

Please sign in to comment.