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