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