j

j-text-utils

Gives text representations of common data views such as tree and table.
http://code.google.com/p/j-text-utils
LGPL2.0 License
Daniel Orr Rafael Pax
文件下载
文件名 操作
j-text-utils-0.3.4.jar 下载
j-text-utils-0.3.4.pom 下载
j-text-utils-0.3.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.massisframework</groupId>
  <artifactId>j-text-utils</artifactId>
  <version>0.3.4</version>
</dependency>
Gradle Groovy
implementation 'com.massisframework:j-text-utils:0.3.4'
Gradle Kotlin
implementation("com.massisframework:j-text-utils:0.3.4")
Scala SBT
libraryDependencies += "com.massisframework" % "j-text-utils" % "0.3.4"
Groovy Grape
@Grapes(
  @Grab(group='com.massisframework', module='j-text-utils', version='0.3.4')
)
Apache Ivy
<dependency org="com.massisframework" name="j-text-utils" rev="0.3.4" />
Leiningen
[com.massisframework/j-text-utils "0.3.4"]
Apache Buildr
'com.massisframework:j-text-utils:jar:0.3.4'