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.6.1.jar download
rsyntaxtextarea-2.6.1.pom download
rsyntaxtextarea-2.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>rsyntaxtextarea</artifactId>
  <version>2.6.1</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:rsyntaxtextarea:2.6.1'
Gradle Kotlin
implementation("com.fifesoft:rsyntaxtextarea:2.6.1")
Scala SBT
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "2.6.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='rsyntaxtextarea', version='2.6.1')
)
Apache Ivy
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="2.6.1" />
Leiningen
[com.fifesoft/rsyntaxtextarea "2.6.1"]
Apache Buildr
'com.fifesoft:rsyntaxtextarea:jar:2.6.1'