r

rstaui

RSTAUI is an add-on library for RSyntaxTextArea that provides pre-built dialog boxes commonly needed in text editing applications.
http://www.fifesoft.com/rsyntaxtextarea/
GNU Lesser General Public License
Robert Futrell
文件下载
文件名 操作
rstaui-2.0.6.jar 下载
rstaui-2.0.6.pom 下载
rstaui-2.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>rstaui</artifactId>
  <version>2.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:rstaui:2.0.6'
Gradle Kotlin
implementation("com.fifesoft:rstaui:2.0.6")
Scala SBT
libraryDependencies += "com.fifesoft" % "rstaui" % "2.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='rstaui', version='2.0.6')
)
Apache Ivy
<dependency org="com.fifesoft" name="rstaui" rev="2.0.6" />
Leiningen
[com.fifesoft/rstaui "2.0.6"]
Apache Buildr
'com.fifesoft:rstaui:jar:2.0.6'