is not current version
Last Version 3.2.0

com.fifesoft:rsyntaxtextarea 2.5.3

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.

GroupId

GroupId

com.fifesoft
ArtifactId

ArtifactId

rsyntaxtextarea
Version

Version

2.5.3
Type

Type

jar

Download rsyntaxtextarea 2.5.3


<!-- https://jarcasting.com/artifacts/com.fifesoft/rsyntaxtextarea/ -->
<dependency>
    <groupId>com.fifesoft</groupId>
    <artifactId>rsyntaxtextarea</artifactId>
    <version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/rsyntaxtextarea/
implementation 'com.fifesoft:rsyntaxtextarea:2.5.3'
// https://jarcasting.com/artifacts/com.fifesoft/rsyntaxtextarea/
implementation ("com.fifesoft:rsyntaxtextarea:2.5.3")
'com.fifesoft:rsyntaxtextarea:jar:2.5.3'
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="2.5.3">
  <artifact name="rsyntaxtextarea" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='rsyntaxtextarea', version='2.5.3')
)
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "2.5.3"
[com.fifesoft/rsyntaxtextarea "2.5.3"]