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.
https://github.com/bobbylight/rsyntaxtextarea
BSD-3-Clause
Robert Futrell
Files download
File Operation
rsyntaxtextarea-3.3.2.jar download
rsyntaxtextarea-3.3.2.pom download
rsyntaxtextarea-3.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>rsyntaxtextarea</artifactId>
  <version>3.3.2</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:rsyntaxtextarea:3.3.2'
Gradle Kotlin
implementation("com.fifesoft:rsyntaxtextarea:3.3.2")
Scala SBT
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "3.3.2"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='rsyntaxtextarea', version='3.3.2')
)
Apache Ivy
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="3.3.2" />
Leiningen
[com.fifesoft/rsyntaxtextarea "3.3.2"]
Apache Buildr
'com.fifesoft:rsyntaxtextarea:jar:3.3.2'
Dependencies
The project has no third-party dependencies