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

Download JAR files tagged by implements with all dependencies

Search JAR files by class name

xapi-gwtc-impl from group net.wetheinter (version 0.5)

This module contains the business logic of running gwt compiles. It implements and exposes all functionality of the gwt compiler, and should only ever be included in dev-mode runtimes that need to perform gwt compiles. In the maven plugin, the jre frontend and this backend are used together in one runtime. In the collide plugin, the gwt frontend runs in the browser, and this backend runs in vert.x server.

Group: net.wetheinter Artifact: xapi-gwtc-impl
Show all versions Show documentation Show source 
 

0 downloads
Artifact xapi-gwtc-impl
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 7
Dependencies xapi-jre-inject, xapi-gwt, xapi-gwtc-api, xapi-dev-shell, gwt-dev, gwt-user, junit,
There are maybe transitive dependencies!

ner-core from group de.cit-ec.scie (version 2.0.1)

This module forms the main component of the ontology-based named entity recognition (NER). It can store arbitrary directed ontology graphs and supports multiple labels (ontological surface forms) per ontology graph node. It implements an easy to use class NamedEntityRecognition which can be used to (fuzzily) find the ontology instances in the text. This module has no dependencies.

Group: de.cit-ec.scie Artifact: ner-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact ner-core
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

content-negotiation from group com.mattunderscore (version 0.2.8)

This Content Negotiation Filter provides a content negotiation filter for Java EE servlet containers. The content negotiation algorithm is based on the Apache negotiation algorithm but lacks support for the encoding and character set. The variants can be configured through an XML file, negotiation.xml, in the WEB-INF/classes directory. This file can be overriden with the 'xmlInputFile' filter parameter. This XML file is parsed with the class 'com.mattunderscore.filter.contentnegotiation.variantsource.FilterVariantXMLSource'. This class can be overridden with the 'variantSource' filter parameter. The XML parser is implemented as a SAX parser. The SAX handler class can be overridden by the saxHandlerClass filter parameter. The 'variantSource' parameter can take any class that implements the 'com.mattunderscore.filter.contentnegotiation.variantsource.VariantSource'.

Group: com.mattunderscore Artifact: content-negotiation
Show all versions Show documentation Show source 
 

0 downloads
Artifact content-negotiation
Group com.mattunderscore
Version 0.2.8
Last update 26. July 2014
Organization not specified
URL http://www.mattunderscore.com/ws-utils/content-negotiation/
License New BSD License
Dependencies amount 4
Dependencies filter-utils, shh-encoding, shh-language, shh-content-type,
There are maybe transitive dependencies!

geomajas-project-sld-editor-all from group org.geomajas.project (version 1.0.0-M2)

Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications. The SLD project is a standalone project that implements a communication, editing and persistence library for SLD (Styled Layer Descriptor) styles.

Group: org.geomajas.project Artifact: geomajas-project-sld-editor-all
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact geomajas-project-sld-editor-all
Group org.geomajas.project
Version 1.0.0-M2
Last update 29. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

enhancedoai from group gr.ekt (version 0.1.1)

The enhanced OAI server is a Java Servlet web application that implements the Open Archives Initiative Protocol for Metadata Harvesting (OAI-PMH) v2.0. It is based on OAICat (http://oclc.org/research/activities/oaicat.html) and the Biblio Transformation Engine (https://github.com/EKT/Biblio-Transformation-Engine). More than the flexibility it allows with BTE (custom filter and modifiers), it allows the administrator to define metadata mappings using XSLTs and that way to support easily more metadata formats.

Group: gr.ekt Artifact: enhancedoai
Show all versions Show documentation Show source 
 

0 downloads
Artifact enhancedoai
Group gr.ekt
Version 0.1.1
Last update 24. April 2014
Organization not specified
URL https://github.com/EKT/EnhancedOAIServer
License New BSD License
Dependencies amount 6
Dependencies oaicat, spring-context, spring-core, bte-core, dom4j, jaxen,
There are maybe transitive dependencies!

javaanpr from group net.sf.javaanpr (version 1.2.7)

JavaANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks. It was created by Ondrej Martinsky in 2006 and 2007 as part of the research plan "Security-oriented research in information technology, MSM 0021630528" at Brno University of Technology.

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

17 downloads
Artifact javaanpr
Group net.sf.javaanpr
Version 1.2.7
Last update 28. January 2014
Organization not specified
URL https://www.ohloh.net/p/javaanpr
License Educational Community License, Version 2.0
Dependencies amount 1
Dependencies swing-layout,
There are maybe transitive dependencies!

solr-engine-embedded from group org.ow2.weblab.webservices (version 2.0.2)

This service implements the Indexer and Searcher interface of WebLab and uses a embedded SOLR engine in order to realize the functions. Unlike the other SolR service, this version does not need having SolR installed. Configuration of the SOLR service can be done through IndexerBean.xml and SearcherBean.xml whereas the SolR instance configuration resides in the solr directory.

Group: org.ow2.weblab.webservices Artifact: solr-engine-embedded
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact solr-engine-embedded
Group org.ow2.weblab.webservices
Version 2.0.2
Last update 13. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies dataoperator, rdf-helper-jena, rdf-helper-jena-selection, bean-helper-spring, solr-core, commons-lang3, slf4j-log4j12,
There are maybe transitive dependencies!

leastMedSquared from group nz.ac.waikato.cms.weka (version 1.0.2)

Implements a least median squared linear regression utilizing the existing weka LinearRegression class to form predictions. Least squared regression functions are generated from random subsamples of the data. The least squared regression with the lowest meadian squared error is chosen as the final model. The basis of the algorithm is Peter J. Rousseeuw, Annick M. Leroy (1987). Robust regression and outlier detection.

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

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

winnow from group nz.ac.waikato.cms.weka (version 1.0.2)

Implements Winnow and Balanced Winnow algorithms by Littlestone. For more information, see N. Littlestone (1988). Learning quickly when irrelevant attributes are abound: A new linear threshold algorithm. Machine Learning. 2:285-318; N. Littlestone (1989). Mistake bounds and logarithmic linear-threshold learning algorithms. University of California, Santa Cruz. Does classification for problems with nominal attributes (which it converts into binary attributes)

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

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

visualization-datasource from group com.google.visualization (version 1.1.1)

This library makes it easy to implement a Visualization data source so that you can easily chart or visualize your data from any of your data stores. The library implements the Google Visualization API wire protocol and query language. You therefore need write only the code required to make your data available to the library in the form of a data table. This task is made easier by the provision of abstract classes and helper functions.

Group: com.google.visualization Artifact: visualization-datasource
Show all versions Show documentation Show source 
 

1 downloads
Artifact visualization-datasource
Group com.google.visualization
Version 1.1.1
Last update 24. April 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-lang, commons-logging, guava, icu4j, opencsv,
There are maybe transitive dependencies!



Page 122 from 127 (items total 1269)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy