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