文件下载
文件名 操作
languagetool-parent-4.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.languagetool</groupId>
  <artifactId>languagetool-parent</artifactId>
  <version>4.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.languagetool:languagetool-parent:4.2'
Gradle Kotlin
implementation("org.languagetool:languagetool-parent:4.2")
Scala SBT
libraryDependencies += "org.languagetool" % "languagetool-parent" % "4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.languagetool', module='languagetool-parent', version='4.2')
)
Apache Ivy
<dependency org="org.languagetool" name="languagetool-parent" rev="4.2" />
Leiningen
[org.languagetool/languagetool-parent "4.2"]
Apache Buildr
'org.languagetool:languagetool-parent:jar:4.2'