t

text

utilities to analyze, manipulate and format strings
https://github.com/glistman/text
MIT License
Listman Gamboa
文件下载
文件名 操作
text-1.0.0.jar 下载
text-1.0.0.pom 下载
text-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.glistman</groupId>
  <artifactId>text</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.glistman:text:1.0.0'
Gradle Kotlin
implementation("com.github.glistman:text:1.0.0")
Scala SBT
libraryDependencies += "com.github.glistman" % "text" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.glistman', module='text', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.glistman" name="text" rev="1.0.0" />
Leiningen
[com.github.glistman/text "1.0.0"]
Apache Buildr
'com.github.glistman:text:jar:1.0.0'
本项目依赖