Files download
File Operation
arspell-langtool-3.1.2.jar download
arspell-langtool-3.1.2.pom download
arspell-langtool-3.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nikialeksey</groupId>
  <artifactId>arspell-langtool</artifactId>
  <version>3.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.nikialeksey:arspell-langtool:3.1.2'
Gradle Kotlin
implementation("com.nikialeksey:arspell-langtool:3.1.2")
Scala SBT
libraryDependencies += "com.nikialeksey" % "arspell-langtool" % "3.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.nikialeksey', module='arspell-langtool', version='3.1.2')
)
Apache Ivy
<dependency org="com.nikialeksey" name="arspell-langtool" rev="3.1.2" />
Leiningen
[com.nikialeksey/arspell-langtool "3.1.2"]
Apache Buildr
'com.nikialeksey:arspell-langtool:jar:3.1.2'