All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by column with all dependencies


gora-sql from group org.apache.gora (version 0.3)

The Apache Gora open source framework provides an in-memory data model and persistence for big data. Gora supports persisting to column stores, key value stores, document stores and RDBMSs, and analyzing the data with extensive Apache Hadoop MapReduce support.

Group: org.apache.gora Artifact: gora-sql
Show all versions Show documentation Show source 
Download gora-sql.jar (0.3)
 

0 downloads
Artifact gora-sql
Group org.apache.gora
Version 0.3
Last update 03. May 2013
Organization The Apache Software Foundation
URL http://gora.apache.org
License not specified
Dependencies amount 9
Dependencies gora-core, gora-core, avro, jdom, slf4j-api, slf4j-jdk14, log4j, junit, hadoop-test,
There are maybe transitive dependencies!

highfive from group org.nocrala (version 1.2.3)

HighFive copies and compare data between databases. These databases can be of the same or different brand, edition, or version. When copying the data, the tables and columns must match. The column data types may not match exactly, but must be compatible for read and write purposes. When comparing, it hashes the data in one database to get baseline hashes. It can then hash another database to compare the new hashes and decide if they fully match or not. It currently supports the Oracle, DB2 LUW, PostgreSQL, SQL Server, MySQL, and MariaDB databases.

Group: org.nocrala Artifact: highfive
Show all versions Show documentation Show source 
Download highfive.jar (1.2.3)
 

0 downloads
Artifact highfive
Group org.nocrala
Version 1.2.3
Last update 07. November 2024
Organization not specified
URL https://bitbucket.org/impalerthe/highfive/src/master/
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies log4j-api, log4j-core,
There are maybe transitive dependencies!

sfac from group net.sf.sfac (version 0.8)

Group: net.sf.sfac Artifact: sfac
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sfac
Group net.sf.sfac
Version 0.8


apacheds-xdbm-tools from group org.apache.directory.server (version 2.0.0-M8)

Several kinds of two column key/value data structures, in memory and on disk which sort keys can can be used to implement xdbm partitions. JDBM is one example. These partition use the same database structure or scheme for maintaining LDAP entries and facilitating search operations on them. This module contains common tools that could be used to manage aspects common to all xdbm implementations.

Group: org.apache.directory.server Artifact: apacheds-xdbm-tools
Show all versions Show documentation Show source 
Download apacheds-xdbm-tools.jar (2.0.0-M8)
 

1 downloads
Artifact apacheds-xdbm-tools
Group org.apache.directory.server
Version 2.0.0-M8
Last update 09. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies apacheds-core-api, apacheds-i18n, apacheds-xdbm-partition, commons-lang, shared-ldap-model, shared-util,
There are maybe transitive dependencies!

DynamicJasper from group ar.com.fdvs (version 5.3.9)

DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. DJ keeps full compatibility with Jasper Reports since it's a tool that helps create reports programmatically in a easy way (it only interferes with the creation of the report design doing the layout of the elements). You can use the classic .jrxml files as templates while the content and layout of the report elements are handled by the DJ API. http://dynamicjasper.com

Group: ar.com.fdvs Artifact: DynamicJasper
Show all versions Show documentation Show source 
Download DynamicJasper.jar (5.3.9)
 

241 downloads
Artifact DynamicJasper
Group ar.com.fdvs
Version 5.3.9
Last update 16. August 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 3
Dependencies jasperreports, commons-collections, commons-beanutils,
There are maybe transitive dependencies!

DynamicJasper-core-fonts from group ar.com.fdvs (version 2.1)

DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. This dependency provides basic ttf font files to be used along with DynamicJasper This packages requires JasperReports 6.3.1 or newer http://dynamicjasper.com

Group: ar.com.fdvs Artifact: DynamicJasper-core-fonts
Show all versions Show source 
Download DynamicJasper-core-fonts.jar (2.1)
 

47 downloads
Artifact DynamicJasper-core-fonts
Group ar.com.fdvs
Version 2.1
Last update 06. March 2023
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-core-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

DynamicJasper-test-fonts from group ar.com.fdvs (version 2.0.0)

DynamicJasper (DJ) is an API that hides the complexity of Jasper Reports, it helps developers to save time when designing simple/medium complexity reports generating the layout of the report elements automatically. It creates reports dynamically, defining at runtime the columns, column width (auto width), groups, variables, fonts, charts, crosstabs, sub reports (that can also be dynamic), page size and everything else that you can define at design time. This dependency provides basic ttf font files to be used along with DynamicJasper. This packages requires JasperReports 6.3.1 or newer http://dynamicjasper.com

Group: ar.com.fdvs Artifact: DynamicJasper-test-fonts
Show all versions Show source 
Download DynamicJasper-test-fonts.jar (2.0.0)
 

4 downloads
Artifact DynamicJasper-test-fonts
Group ar.com.fdvs
Version 2.0.0
Last update 21. May 2019
Organization FDV Solutions
URL https://github.com/FDVSolutions/DynamicJasper-test-fonts
License GNU Library or Lesser General Public License (LGPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

csv from group no.laukvik (version 0.9.3)

LaukvikCSV is a powerful API for reading, writing and querying tabular data stored in the CSV format. In contrast to other API it lets you specify data types for each column using meta data. It automatically detects delimiters so you don't have to worry about delimiters being comma, tab, pipe, semicolon etc. Run powerful queries to filter your data easily with a fluid query language thats type safe. Export your tabular data to CSV, JSON, XML and HTML.

Group: no.laukvik Artifact: csv
Show all versions Show documentation Show source 
Download csv.jar (0.9.3)
 

0 downloads
Artifact csv
Group no.laukvik
Version 0.9.3
Last update 27. May 2017
Organization not specified
URL https://github.com/laukvik/CSV
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 26 from 26 (items total 258)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy