Last Version

FormattedDataSet API 1.0.4

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.

License

License

GroupId

GroupId

com.fdsapi
ArtifactId

ArtifactId

fdsapi
Version

Version

1.0.4
Type

Type

jar
Description

Description

FormattedDataSet API
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.
Source Code Management

Source Code Management

http://fdsapi.cvs.sourceforge.net/fdsapi

Download fdsapi 1.0.4


<!-- https://jarcasting.com/artifacts/com.fdsapi/fdsapi/ -->
<dependency>
    <groupId>com.fdsapi</groupId>
    <artifactId>fdsapi</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fdsapi/fdsapi/
implementation 'com.fdsapi:fdsapi:1.0.4'
// https://jarcasting.com/artifacts/com.fdsapi/fdsapi/
implementation ("com.fdsapi:fdsapi:1.0.4")
'com.fdsapi:fdsapi:jar:1.0.4'
<dependency org="com.fdsapi" name="fdsapi" rev="1.0.4">
  <artifact name="fdsapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fdsapi', module='fdsapi', version='1.0.4')
)
libraryDependencies += "com.fdsapi" % "fdsapi" % "1.0.4"
[com.fdsapi/fdsapi "1.0.4"]

Dependencies

compile (2)

Group / Artifact Type Version
oro : oro jar 2.0.6
com.jamonapi : jamon jar 2.0

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.3

Project Modules

There are no modules declared in this project.