k

kommons-text

Kommons Text is a Kotlin Multiplatform Library for Unicode-aware text manipulations.
https://github.com/bkahlert/kommons/tree/master/kommons-text
MIT
Björn Kahlert
Files download
File Operation
kommons-text-2.4.0.jar download
kommons-text-2.4.0.pom download
kommons-text-2.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.bkahlert.kommons</groupId>
  <artifactId>kommons-text</artifactId>
  <version>2.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.bkahlert.kommons:kommons-text:2.4.0'
Gradle Kotlin
implementation("com.bkahlert.kommons:kommons-text:2.4.0")
Scala SBT
libraryDependencies += "com.bkahlert.kommons" % "kommons-text" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bkahlert.kommons', module='kommons-text', version='2.4.0')
)
Apache Ivy
<dependency org="com.bkahlert.kommons" name="kommons-text" rev="2.4.0" />
Leiningen
[com.bkahlert.kommons/kommons-text "2.4.0"]
Apache Buildr
'com.bkahlert.kommons:kommons-text:jar:2.4.0'