<dependency> <groupId>com.fifesoft</groupId> <artifactId>languagesupport</artifactId> <version>0.7</version> </dependency>
implementation 'com.fifesoft:languagesupport:0.7'
implementation("com.fifesoft:languagesupport:0.7")
libraryDependencies += "com.fifesoft" % "languagesupport" % "0.7"
@Grapes( @Grab(group='com.fifesoft', module='languagesupport', version='0.7') )
<dependency org="com.fifesoft" name="languagesupport" rev="0.7" />
[com.fifesoft/languagesupport "0.7"]
'com.fifesoft:languagesupport:jar:0.7'
<parent> <groupId>com.fifesoft</groupId> <artifactId>rtext-root-pom</artifactId> <version>1</version> </parent>
compile
|-- com.fifesoft:autocomplete:1.5.0