Skip to content

Commit

Permalink
Updated readme with Bintray and download details
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz authored Dec 2, 2016
1 parent b1a37ca commit 0539b14
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ After this completes, the jar completed with bundled dependencies will be locate

## Releases

Releases are automatically released to S3 Maven reposotory
Releases are automatically released to Bintray Maven repository

To configure specify repository

```xml
<repositories>
<repository>
<id>albertlatacz.published</id>
<url>http://albertlatacz.published.s3.amazonaws.com/repo</url>
<id>Albert Latacz's Maven</id>
<url>https://dl.bintray.com/albertlatacz/maven</url>
</repository>
</repositories>
```
Expand All @@ -52,7 +52,7 @@ and then
```xml
<dependencies>
<dependency>
<groupId>javarepl</groupId>
<groupId>com.javarepl</groupId>
<artifactId>javarepl</artifactId>
<version>SOME_VERSION</version>
</dependency>
Expand All @@ -63,6 +63,9 @@ and then
To run Java REPL you need to install **Java Development Kit (JDK) 6 or newer**. Download it from [here](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and follow install instructions. Once JDK is installed and configured you can run:


Download latest Java REPL release from [GitHub](https://github.com/albertlatacz/java-repl/releases/latest) or [Bintray](https://bintray.com/albertlatacz/maven/java-repl/_latestVersion) then run


```
$ java -jar javarepl.jar
```
Expand Down

0 comments on commit 0539b14

Please sign in to comment.