r

rstaui

RSTAUI is an add-on library for RSyntaxTextArea that provides pre-build dialog boxes commonly needed in text editing applications.
http://www.fifesoft.com/rsyntaxtextarea/
Modified BSD License
Robert Futrell
Files download
File Operation
rstaui-2.5.7.jar download
rstaui-2.5.7.pom download
rstaui-2.5.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>rstaui</artifactId>
  <version>2.5.7</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:rstaui:2.5.7'
Gradle Kotlin
implementation("com.fifesoft:rstaui:2.5.7")
Scala SBT
libraryDependencies += "com.fifesoft" % "rstaui" % "2.5.7"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='rstaui', version='2.5.7')
)
Apache Ivy
<dependency org="com.fifesoft" name="rstaui" rev="2.5.7" />
Leiningen
[com.fifesoft/rstaui "2.5.7"]
Apache Buildr
'com.fifesoft:rstaui:jar:2.5.7'