r

rsyntaxtextarea

RSyntaxTextArea is the syntax highlighting text editor for Swing applications. Features include syntax highlighting for 40+ languages, code folding, code completion, regex find and replace, macros, code templates, undo/redo, line numbering and bracket matching.
http://www.fifesoft.com/rsyntaxtextarea/
Modified BSD License
Robert Futrell
Files download
File Operation
rsyntaxtextarea-2.5.8.jar download
rsyntaxtextarea-2.5.8.pom download
rsyntaxtextarea-2.5.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>rsyntaxtextarea</artifactId>
  <version>2.5.8</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:rsyntaxtextarea:2.5.8'
Gradle Kotlin
implementation("com.fifesoft:rsyntaxtextarea:2.5.8")
Scala SBT
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "2.5.8"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='rsyntaxtextarea', version='2.5.8')
)
Apache Ivy
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="2.5.8" />
Leiningen
[com.fifesoft/rsyntaxtextarea "2.5.8"]
Apache Buildr
'com.fifesoft:rsyntaxtextarea:jar:2.5.8'