f

fdsapi

The FormattedDataSet Java class is the easiest way to generate dynamic text (HTML, XML, WML, CSV, and more). The dynamic text is generated by using tabular data as input (SQL, ResultSets, 2 dimensional arrays and more). The API is free, open-source, thread safe, and high performance. The primary benefit of using the FormattedDataSet is that both data and formatting can be reused independently.
http://www.fdsapi.com/
BSD License
Steve Souza
文件下载
文件名 操作
fdsapi-1.0.4.jar 下载
fdsapi-1.0.4.pom 下载
Apache Maven
<dependency>
  <groupId>com.fdsapi</groupId>
  <artifactId>fdsapi</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.fdsapi:fdsapi:1.0.4'
Gradle Kotlin
implementation("com.fdsapi:fdsapi:1.0.4")
Scala SBT
libraryDependencies += "com.fdsapi" % "fdsapi" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.fdsapi', module='fdsapi', version='1.0.4')
)
Apache Ivy
<dependency org="com.fdsapi" name="fdsapi" rev="1.0.4" />
Leiningen
[com.fdsapi/fdsapi "1.0.4"]
Apache Buildr
'com.fdsapi:fdsapi:jar:1.0.4'