License |
License |
---|---|
Categories |
CategoriesLanguages |
GroupId | GroupIdcom.fifesoft |
ArtifactId | ArtifactIdlanguagesupport |
Last Version | Last Version3.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLanguageSupport
A library adding code completion and other advanced features for Java, JavaScript, Perl, and other languages to RSyntaxTextArea.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
languagesupport-3.1.4.pom | |
languagesupport-3.1.4.jar | 337 KB |
languagesupport-3.1.4-sources.jar | 286 KB |
languagesupport-3.1.4-javadoc.jar | 963 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fifesoft/languagesupport/ -->
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>languagesupport</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/languagesupport/
implementation 'com.fifesoft:languagesupport:3.1.4'
// https://jarcasting.com/artifacts/com.fifesoft/languagesupport/
implementation ("com.fifesoft:languagesupport:3.1.4")
'com.fifesoft:languagesupport:jar:3.1.4'
<dependency org="com.fifesoft" name="languagesupport" rev="3.1.4">
<artifact name="languagesupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='languagesupport', version='3.1.4')
)
libraryDependencies += "com.fifesoft" % "languagesupport" % "3.1.4"
[com.fifesoft/languagesupport "3.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fifesoft : rsyntaxtextarea | jar | 3.1.6 |
com.fifesoft : autocomplete | jar | 3.1.5 |
Group / Artifact | Type | Version |
---|---|---|
org.mozilla : rhino | jar | 1.7.6 |