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