r

rsyntaxtextarea

RSyntaxTextArea is the syntax highlighting text editor used in RText, pulled out into its own jar so it is easily usable in any application. Features include Syntax highlighting for 20+ languages, Code completion, Regex find and replace, Macros, Code templates, Unlimited undo/redo Line numbering and bracket matching.
http://www.fifesoft.com/rsyntaxtextarea/
GNU Lesser General Public License
Robert Futrell
Files download
File Operation
rsyntaxtextarea-2.0.6.jar download
rsyntaxtextarea-2.0.6.pom download
rsyntaxtextarea-2.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>rsyntaxtextarea</artifactId>
  <version>2.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:rsyntaxtextarea:2.0.6'
Gradle Kotlin
implementation("com.fifesoft:rsyntaxtextarea:2.0.6")
Scala SBT
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "2.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='rsyntaxtextarea', version='2.0.6')
)
Apache Ivy
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="2.0.6" />
Leiningen
[com.fifesoft/rsyntaxtextarea "2.0.6"]
Apache Buildr
'com.fifesoft:rsyntaxtextarea:jar:2.0.6'