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