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