MVN

com.fdsapi : fdsapi

Maven & Gradle

Feb 12, 2009
4 usages

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.

<dependency>
    <groupId>com.fdsapi</groupId>
    <artifactId>fdsapi</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fdsapi : fdsapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.fdsapi : fdsapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fdsapi-1.0.4

How to add a dependency to Maven

Add the following com.fdsapi : fdsapi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fdsapi</groupId>
    <artifactId>fdsapi</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fdsapi : fdsapi gradle dependency to your build.gradle file:

implementation 'com.fdsapi:fdsapi:1.0.4'

Gradle Kotlin DSL: Add the following com.fdsapi : fdsapi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fdsapi:fdsapi:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fdsapi : fdsapi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fdsapi" % "fdsapi" % "1.0.4"

Advertisement

Dependencies from Group

Feb 12, 2009
4 usages

Discover Dependencies

Aug 16, 2016
2 usages
Feb 18, 2018
6 usages
1 stars
Sep 30, 2019
3 usages
182 stars
Jun 04, 2019
2 usages
74 stars
Jun 04, 2019
2 usages
74 stars
May 15, 2018
3 usages
28 stars
Dec 10, 2020
7 usages
24 stars
Dec 16, 2017
2 usages
26 stars