GroupId | GroupIdorg.languagetool |
---|---|
ArtifactId | ArtifactIdlanguagetool-parent |
Version | Version2.9 |
Type | Typepom |
Filename | Size |
---|---|
languagetool-parent-2.9.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.languagetool/languagetool-parent/ -->
<dependency>
<groupId>org.languagetool</groupId>
<artifactId>languagetool-parent</artifactId>
<version>2.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.languagetool/languagetool-parent/
implementation 'org.languagetool:languagetool-parent:2.9'
// https://jarcasting.com/artifacts/org.languagetool/languagetool-parent/
implementation ("org.languagetool:languagetool-parent:2.9")
'org.languagetool:languagetool-parent:pom:2.9'
<dependency org="org.languagetool" name="languagetool-parent" rev="2.9">
<artifact name="languagetool-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.languagetool', module='languagetool-parent', version='2.9')
)
libraryDependencies += "org.languagetool" % "languagetool-parent" % "2.9"
[org.languagetool/languagetool-parent "2.9"]