r

rstaui

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