<dependency> <groupId>com.fifesoft</groupId> <artifactId>languagesupport</artifactId> <version>2.5.5</version> </dependency>
implementation 'com.fifesoft:languagesupport:2.5.5'
implementation("com.fifesoft:languagesupport:2.5.5")
libraryDependencies += "com.fifesoft" % "languagesupport" % "2.5.5"
@Grapes( @Grab(group='com.fifesoft', module='languagesupport', version='2.5.5') )
<dependency org="com.fifesoft" name="languagesupport" rev="2.5.5" />
[com.fifesoft/languagesupport "2.5.5"]
'com.fifesoft:languagesupport:jar:2.5.5'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- com.fifesoft:rsyntaxtextarea:2.5.4
|-- com.fifesoft:autocomplete:2.5.4
|-- org.mozilla:rhino:1.7R4
test
|-- junit:junit:4.11