не последняя версия
Последняя версия 3.2.0

com.fifesoft:rsyntaxtextarea 2.0.0-beta2

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.

Группа

Группа

com.fifesoft
Идентификатор

Идентификатор

rsyntaxtextarea
Версия

Версия

2.0.0-beta2
Тип

Тип

jar

Скачать rsyntaxtextarea 2.0.0-beta2


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