Skip to content
/ Leaf Public

Java Swing Library for Text Editors

License

Notifications You must be signed in to change notification settings

autodyne/Leaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leaf/Tsukishiro Editor 2.1

image image image

Leaf is an awesome text editor component library and Tsukishiro Editor is a sample rich text editor.

image

Documents

Build

Gradle retrieves dependent libraries, runs tests, and generates a JAR file automatically.

$ gradle build javadoc publish

Maven

If you want to use the latest build, configure the build.gradle as follows:

repositories.maven {
  url('https://nextzlog.github.io/leaf/mvn/')
}

dependencies {
  implementation('leaf:leaf:+')
}

Contribution

Feel free to contact @nextzlog on Twitter.

License

Author

無線部開発班

Clauses

  • This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

  • This library is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. See the GNU Lesser General Public License for more details.

  • You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/.