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