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