| Categories |
CategoriesLanguages |
|---|---|
| GroupId | GroupIdcom.fifesoft |
| ArtifactId | ArtifactIdlanguagesupport |
| Version | Version2.5.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| languagesupport-2.5.5.pom | |
| languagesupport-2.5.5.jar | 1 MB |
| languagesupport-2.5.5-sources.jar | 978 KB |
| languagesupport-2.5.5-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fifesoft/languagesupport/ -->
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>languagesupport</artifactId>
<version>2.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.fifesoft/languagesupport/
implementation 'com.fifesoft:languagesupport:2.5.5'
// https://jarcasting.com/artifacts/com.fifesoft/languagesupport/
implementation ("com.fifesoft:languagesupport:2.5.5")
'com.fifesoft:languagesupport:jar:2.5.5'
<dependency org="com.fifesoft" name="languagesupport" rev="2.5.5">
<artifact name="languagesupport" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fifesoft', module='languagesupport', version='2.5.5')
)
libraryDependencies += "com.fifesoft" % "languagesupport" % "2.5.5"
[com.fifesoft/languagesupport "2.5.5"]