License |
License |
---|---|
GroupId | GroupIdcom.fifesoft |
ArtifactId | ArtifactIdrsyntaxtextarea |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrsyntaxtextarea
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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rsyntaxtextarea-3.2.0.pom | |
rsyntaxtextarea-3.2.0.jar | 784 KB |
rsyntaxtextarea-3.2.0-sources.jar | 864 KB |
rsyntaxtextarea-3.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fifesoft/rsyntaxtextarea/ -->
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/rsyntaxtextarea/
implementation 'com.fifesoft:rsyntaxtextarea:3.2.0'
// https://jarcasting.com/artifacts/com.fifesoft/rsyntaxtextarea/
implementation ("com.fifesoft:rsyntaxtextarea:3.2.0")
'com.fifesoft:rsyntaxtextarea:jar:3.2.0'
<dependency org="com.fifesoft" name="rsyntaxtextarea" rev="3.2.0">
<artifact name="rsyntaxtextarea" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='rsyntaxtextarea', version='3.2.0')
)
libraryDependencies += "com.fifesoft" % "rsyntaxtextarea" % "3.2.0"
[com.fifesoft/rsyntaxtextarea "3.2.0"]