Skip to content

A simple Java based RCP inspired by Netbeans Platform

License

Notifications You must be signed in to change notification settings

yemikudaisi/RCP-Lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Java based RCP inspired by Netbeans Platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages