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