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