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