Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yemikudaisi committed Mar 29, 2019
2 parents c358c49 + 78c8d0c commit 812276b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# RCP-Lite
A minimalistic Rich Client Platform inspired by Netbeans Platform

## Usage

## Gradle
#### Add jitpack repository
repositories {
maven { url "https://jitpack.io" }
}

#### Add the dependency
dependencies {
compile 'com.github.yemikudaisi:RCP-Lite:master-SNAPSHOT'
annotationProcessor 'com.github.yemikudaisi:RCP-Lite:master-SNAPSHOT'
}

## Maven
#### Add jitpack repository
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>

#### Add the dependency
<dependency>
<groupId>com.github.yemikudaisi</groupId>
<artifactId>RCP-Lite</artifactId>
<version>master-SNAPSHOT</version>
</dependency>

## License
[MIT License](https://opensource.org/licenses/MIT)

0 comments on commit 812276b

Please sign in to comment.