Leaf is an awesome text editor component library and Tsukishiro Editor is a sample rich text editor.
Gradle retrieves dependent libraries, runs tests, and generates a JAR file automatically.
$ gradle build javadoc publish
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:+')
}
Feel free to contact @nextzlog on Twitter.
-
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/.