r

refcodes-textual

Artifact for textual issues such as processing strings (utility).
https://bitbucket.org/refcodes/${project.artifactId}
Siegfried Steiner
文件下载
文件名 操作
refcodes-textual-3.3.5.jar 下载
refcodes-textual-3.3.5.pom 下载
refcodes-textual-3.3.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.refcodes</groupId>
  <artifactId>refcodes-textual</artifactId>
  <version>3.3.5</version>
</dependency>
Gradle Groovy
implementation 'org.refcodes:refcodes-textual:3.3.5'
Gradle Kotlin
implementation("org.refcodes:refcodes-textual:3.3.5")
Scala SBT
libraryDependencies += "org.refcodes" % "refcodes-textual" % "3.3.5"
Groovy Grape
@Grapes(
  @Grab(group='org.refcodes', module='refcodes-textual', version='3.3.5')
)
Apache Ivy
<dependency org="org.refcodes" name="refcodes-textual" rev="3.3.5" />
Leiningen
[org.refcodes/refcodes-textual "3.3.5"]
Apache Buildr
'org.refcodes:refcodes-textual:jar:3.3.5'