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

Download JAR files tagged by either with all dependencies

Search JAR files by class name

jsefa-parent from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173 for the standard version and XmlPull for the android version.

Group: net.sf.jsefa Artifact: jsefa-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jsefa-parent
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License Apache License, Version 2.0
Dependencies amount 1
Dependencies xmlpull,
There are maybe transitive dependencies!

jsefa from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173.

Group: net.sf.jsefa Artifact: jsefa
Show all versions Show documentation Show source 
 

4 downloads
Artifact jsefa
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jsefa-android from group net.sf.jsefa (version 1.1.1.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173.

Group: net.sf.jsefa Artifact: jsefa-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact jsefa-android
Group net.sf.jsefa
Version 1.1.1.RELEASE
Last update 03. October 2014
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

enerko-reports2 from group de.enerko.commons (version 0.0.4)

ENERKOs Report Engine is an Apache-POI based reporting engine that runs inside an Oracle Database. It has two main purposes: First, it creates reports as Excel worksheets from either SQL-Statements or pipelined table functions. Second, it evaluates existing Excel worksheets or new reports on the fly and presents them as a pipelined function that can be queried like any physical table.

Group: de.enerko.commons Artifact: enerko-reports2
Show all versions Show documentation Show source 
 

0 downloads
Artifact enerko-reports2
Group de.enerko.commons
Version 0.0.4
Last update 05. September 2014
Organization ENERKO Informatik GmbH
URL http://www.enerko-informatik.de
License Apache License, Version 2.0
Dependencies amount 3
Dependencies ojdbc, commons-codec, poi,
There are maybe transitive dependencies!

cacher from group com.github.dcrissman (version 1.0.7)

Cacher provides a simple interface (Cache) that is designed to wrap a 3rd party caching client/library (eg. spymemcached). This interface is then consumed by the FetchManager which houses logic to standarize how cached values are stored and retrieved. If a value is already cached then it is simply returned, otherwise a Fetcher (either FetchSingle or FetchMultiple) is asked how to produce the value, which is then cached for subsequent requests.

Group: com.github.dcrissman Artifact: cacher
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cacher
Group com.github.dcrissman
Version 1.0.7
Last update 10. June 2014
Organization Red Hat, Inc.
URL https://github.com/dcrissman/cacher
License Lesser General Public License (LGPL), v 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

thresholdSelector from group nz.ac.waikato.cms.weka (version 1.0.3)

A metaclassifier that selecting a mid-point threshold on the probability output by a Classifier. The midpoint threshold is set so that a given performance measure is optimized. Currently this is the F-measure. Performance is measured either on the training data, a hold-out set or using cross-validation. In addition, the probabilities returned by the base learner can have their range expanded so that the output probabilities will reside between 0 and 1 (this is useful if the scheme normally produces probabilities in a very narrow range).

Group: nz.ac.waikato.cms.weka Artifact: thresholdSelector
Show all versions Show documentation Show source 
 

1 downloads
Artifact thresholdSelector
Group nz.ac.waikato.cms.weka
Version 1.0.3
Last update 25. April 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/thresholdSelector
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

tests from group org.apache.qpid (version 0.4)

The Proton system tests execute against either the Java or the C implementations, based on the chosen profile. To execute, run either "mvn test -P proton-j" or "mvn test -P proton-jni". To reduce the set of Python tests run, set system property proton.pythontest.pattern, for example: mvn test -Dproton.pythontest.pattern='proton_tests.transport.TransportTest.*' The proton-jni profile looks for the JNI jar and native libraries under directory <basedir>/build/proton-c. To override this, run Maven like so: "mvn test -P proton-jni -Dproton-c-build-dir=/path/to/build/dir".

Group: org.apache.qpid Artifact: tests
Show source 
 

0 downloads
Artifact tests
Group org.apache.qpid
Version 0.4
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies proton-api,
There are maybe transitive dependencies!

multi-text-input from group org.wicketstuff (version 1.5-RC5.1)

The WicketStuff Multi-Text input is a Javascript widget which mimics the To: input in Apple's Mail.app, or the >fb:multi-friend-input< input from Facebook. Essentially, the user may type a piece of text into the input then hit the enter key to have the text added to the input in a rounded box. The user may delete the texted entered by either clicking on an x button within the rounded box, or hitting the backspace button to highlight the text, then clicking backspace again to delete it. Two sets of hidden inputs are used to keep track of the text added to the input and the text deleted.

Group: org.wicketstuff Artifact: multi-text-input
Show all versions Show documentation Show source 
 

0 downloads
Artifact multi-text-input
Group org.wicketstuff
Version 1.5-RC5.1
Last update 25. June 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies prototype, wicket-extensions,
There are maybe transitive dependencies!

jpatterns from group org.jpatterns (version 0.0.1)

Design Patterns are typically encoded into Java code in an ad-hoc fashion. They are either embedded into the names of the classes or written into the Javadocs. Unfortunately it is impossible to accurately determine a pattern based solely on the class structure without knowing the intent of the code author. JPatterns is a collection of annotations that make it easy to communicate the use of (Design)Patterns within your code to your fellow developers and your future self.

Group: org.jpatterns Artifact: jpatterns
Show documentation Show source 
 

0 downloads
Artifact jpatterns
Group org.jpatterns
Version 0.0.1
Last update 25. May 2011
Organization not specified
URL http://jpatterns.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jsefa from group org.jsefa (version 0.9.3.RELEASE)

JSefa (Java Simple exchange format api) is a simple library for stream-based serialization of java objects to XML, CSV, FLR or any other format and back again using an iterator-style interface independent of the serialization format. The mapping between java object types and types of the serialization format (e. g. xml complex element types) can be defined either by annotating the java classes or programmatically using a simple API. The current implementation supports XML, CSV and FLR - for XML it is based on JSR 173.

Group: org.jsefa Artifact: jsefa
Show all versions 
 

0 downloads
Artifact jsefa
Group org.jsefa
Version 0.9.3.RELEASE
Last update 17. November 2010
Organization not specified
URL http://jsefa.sf.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 50 from 57 (items total 565)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy