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