| Categories |
CategoriesGUI User Interface |
|---|---|
| GroupId | GroupIdorg.languagetool |
| ArtifactId | ArtifactIdlanguagetool-gui-commons |
| Version | Version3.4 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.languagetool/languagetool-gui-commons/ -->
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-gui-commons</artifactId>
<version>3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/languagetool-gui-commons/
implementation 'org.languagetool:languagetool-gui-commons:3.4'
// https://jarcasting.com/artifacts/org.languagetool/languagetool-gui-commons/
implementation ("org.languagetool:languagetool-gui-commons:3.4")
'org.languagetool:languagetool-gui-commons:jar:3.4'
<dependency org="org.languagetool" name="languagetool-gui-commons" rev="3.4">
<artifact name="languagetool-gui-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='languagetool-gui-commons', version='3.4')
)
libraryDependencies += "org.languagetool" % "languagetool-gui-commons" % "3.4"
[org.languagetool/languagetool-gui-commons "3.4"]