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

Download JAR files tagged by reports with all dependencies

Search JAR files by class name

dkpro-lab-uima from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-uima
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dkpro-lab-core, uimaj-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-groovy from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-groovy
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies dkpro-lab-core, uimaj-core, uimafit-core,
There are maybe transitive dependencies!

dkpro-lab-core from group org.dkpro.lab (version 0.14.0)

Group: org.dkpro.lab Artifact: dkpro-lab-core
Show all versions Show documentation Show source 
 

1 downloads
Artifact dkpro-lab-core
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 17
Dependencies commons-io, commons-lang, spring-core, spring-context, spring-tx, spring-beans, jug, jfreechart, opencsv, poi, xmlgraphics-commons, batik-svggen, batik-dom, fop, jsr311-api, ant, commons-logging-api,
There are maybe transitive dependencies!

dkpro-lab from group org.dkpro.lab (version 0.14.0)

DKPro Lab is a lightweight framework for parameter sweeping experiments. It allows to set up experiments consisting of multiple interdependent tasks in a declarative manner with minimal overhead. Parameters are injected into tasks using via annotated class fields. Data produced by a task for any particular parameter configuration is stored and re-used whenever possible to avoid the needless recalculation of results. Reports can be attached to each task to post-process the experimental results and present them in a convenient manner, e.g. as tables or charts.

Group: org.dkpro.lab Artifact: dkpro-lab
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact dkpro-lab
Group org.dkpro.lab
Version 0.14.0
Last update 01. February 2018
Organization Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt
URL http://dkpro.github.io/dkpro-lab/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dyna4jdbc from group com.github.peter-gergely-horvath (version 3.1.1)

dyna4JDBC is a JDBC driver, that allows running alternative JVM language scripts (Groovy, JavaScript, Scala, Jython, Clojure, BeanShell, R (Renjin), JRuby etc.) or external console-oriented programs via the JDBC API. Mainly targeted at allowing JDBC-enabled business intelligence applications to run various scripts instead of SQL easily, dyna4JDBC captures and parses the output of scripts/external programs and presents that as a standard JDBC Result Set, allowing the output to be processed further for various purposes like building complex reports quickly and analysis with other tools.

Group: com.github.peter-gergely-horvath Artifact: dyna4jdbc
Show all versions Show documentation Show source 
 

2 downloads
Artifact dyna4jdbc
Group com.github.peter-gergely-horvath
Version 3.1.1
Last update 17. September 2017
Organization not specified
URL https://github.com/peter-gergely-horvath/dyna4jdbc
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dkpro-lab-uima-engine-uimaas from group org.dkpro.lab (version 0.13.0)

Group: org.dkpro.lab Artifact: dkpro-lab-uima-engine-uimaas
Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-uima-engine-uimaas
Group org.dkpro.lab
Version 0.13.0
Last update 20. October 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies dkpro-lab-uima, dkpro-lab-support-slf4j, spring-jms, uimaj-as-core, uimaj-as-jms, uimaj-as-activemq, dom4j,
There are maybe transitive dependencies!

dkpro-lab-ml-example from group org.dkpro.lab (version 0.13.0)

Group: org.dkpro.lab Artifact: dkpro-lab-ml-example
Show all versions Show documentation Show source 
 

0 downloads
Artifact dkpro-lab-ml-example
Group org.dkpro.lab
Version 0.13.0
Last update 20. October 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies xercesImpl, xalan, uimafit-core, uimafit-legacy-support, cleartk-ml, cleartk-ml-opennlp-maxent, cleartk-ml-mallet, de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl, de.tudarmstadt.ukp.dkpro.core.tokit-asl,
There are maybe transitive dependencies!

ConfigurableReports from group com.vectorprint (version 9.2)

This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks when producing reports with iText are how to get from data to report elements, how to style those blocks and how to evaluate (debug) the resulting report layout. Exactly those three tasks are simplified by this library: xml configuration and/or annotations to transform existing Java data objects into report block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug mode to help evaluate your report.

Group: com.vectorprint Artifact: ConfigurableReports
Show all versions Show documentation Show source 
 

1 downloads
Artifact ConfigurableReports
Group com.vectorprint
Version 9.2
Last update 12. August 2016
Organization VectorPrint
URL https://github.com/eduarddrenth/ConfigurableReports/wiki
License GNU Affero General Public License v3
Dependencies amount 4
Dependencies itextpdf, sac, Config, junit,
There are maybe transitive dependencies!

ReportQrSupport from group com.vectorprint (version 8.10)

Group: com.vectorprint Artifact: ReportQrSupport
Show all versions Show documentation Show source 
 

0 downloads
Artifact ReportQrSupport
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies javase, ConfigurableReports,
There are maybe transitive dependencies!

ReportingParent from group com.vectorprint (version 8.10)

This powerful reporting library aims to simplify producing reports using iText. The most demanding and coding intensive tasks when producing reports with iText are how to get from data to report elements, how to style those blocks and how to evaluate (debug) the resulting report layout. Exactly those three tasks are simplified by this library: xml configuration and/or annotations to transform existing Java data objects into report block, provide styling information (css like, syntax independent) seperate from code, a firebug like debug mode to help evaluate your report.

Group: com.vectorprint Artifact: ReportingParent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ReportingParent
Group com.vectorprint
Version 8.10
Last update 02. April 2016
Organization VectorPrint
URL http://vectorprintreport.java.net
License GNU Affero General Public License v3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 66 from 70 (items total 698)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy