Download JAR files tagged by moreover with all dependencies
streams-provider-moreover from group org.apache.streams (version 0.7.0)
Moreover Provider
0 downloads
Artifact streams-provider-moreover
Group org.apache.streams
Version 0.7.0
Last update 19. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies config, streams-config, jackson-core, jackson-annotations, jackson-module-jaxb-annotations, commons-io, junit, streams-core, streams-pojo, streams-pojo-extensions,
There are maybe transitive dependencies!
Group org.apache.streams
Version 0.7.0
Last update 19. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies config, streams-config, jackson-core, jackson-annotations, jackson-module-jaxb-annotations, commons-io, junit, streams-core, streams-pojo, streams-pojo-extensions,
There are maybe transitive dependencies!
flowman-root from group com.dimajix.flowman (version 1.2.0-synapse3.3-spark3.3-hadoop3.3)
A Spark based ETL tool
Group: com.dimajix.flowman Artifact: flowman-root
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact flowman-root
Group com.dimajix.flowman
Version 1.2.0-synapse3.3-spark3.3-hadoop3.3
Last update 03. April 2024
Organization not specified
URL https://flowman.io
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.dimajix.flowman
Version 1.2.0-synapse3.3-spark3.3-hadoop3.3
Last update 03. April 2024
Organization not specified
URL https://flowman.io
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
james-core from group org.jamesframework (version 1.2)
The JAMES core module is part of the JAMES framework for discrete optimization
using local search metaheuristics in Java. The core contains many general components
for both problem specification and search application. It includes a wide range of
generic optimization algorithms to solve the specified problems. Moreover, the core
provides implementations of specific components for subset selection.
1 downloads
Artifact james-core
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.jamesframework
Version 1.2
Last update 12. August 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
codingstyle from group edu.hm.hafner (version 5.2.0)
Provides all necessary resources for a Java project to enforce the coding style that I am using
in my lectures about software development at Munich University of Applied Sciences and in all of my
open source projects. It configures several static analysis tools for Maven and IntelliJ. Moreover,
it provides some sample classes that already use this style guide. This classes can be used as such but are not
required in this project. These classes also use some additional libraries that are included using the Maven
dependency mechanism. If the sample classes are deleted then the dependencies can be safely deleted, too.
0 downloads
Artifact codingstyle
Group edu.hm.hafner
Version 5.2.0
Last update 09. November 2024
Organization not specified
URL https://www.cs.hm.edu/die_fakultaet/ansprechpartner/professoren/hafner/index.de.html
License MIT license
Dependencies amount 5
Dependencies javax.annotation-api, spotbugs-annotations, error_prone_annotations, commons-lang3, commons-io,
There are maybe transitive dependencies!
Group edu.hm.hafner
Version 5.2.0
Last update 09. November 2024
Organization not specified
URL https://www.cs.hm.edu/die_fakultaet/ansprechpartner/professoren/hafner/index.de.html
License MIT license
Dependencies amount 5
Dependencies javax.annotation-api, spotbugs-annotations, error_prone_annotations, commons-lang3, commons-io,
There are maybe transitive dependencies!
executor from group com.jano7 (version 2.0.2)
This small library provides an optimized solution to a problem where tasks for a particular key need to
be processed sequentially as they arrive. This kind of problem can be solved by a SingleThreadExecutor, however
it is not efficient. The issue is that the tasks for unrelated keys are not being processed in parallel, instead
they are put into a queue common to all keys and wait for the single thread to execute them. This library allows
them to be executed concurrently. Moreover this library works well in a situation where all the possible keys
and their number is not known upfront.
Artifact executor
Group com.jano7
Version 2.0.2
Last update 20. September 2020
Organization not specified
URL https://github.com/jano7/executor
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.jano7
Version 2.0.2
Last update 20. September 2020
Organization not specified
URL https://github.com/jano7/executor
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
annotation from group com.groupdocs (version 1.3.0)
GroupDocs.Annotation lets you add notes to PDF and Word documents, as well as to image files – all directly from
a web browser. It is a convenient web-based tool that doesn’t require any software installation and allows you
and your colleagues to annotate documents online.
Moreover, with GroupDocs.Annotation, you can add your notes to a document and then send it for approval or
review, or share the document with others for online collaborative review in real-time. This way you get
feedback faster and can keep everyone’s notes and comments in a single file.
0 downloads
Artifact annotation
Group com.groupdocs
Version 1.3.0
Last update 09. June 2014
Organization not specified
URL http://maven.apache.org
License GroupDocs License, Version 1.0
Dependencies amount 4
Dependencies viewer, sqlite-jdbc, gson, atmosphere-runtime,
There are maybe transitive dependencies!
Group com.groupdocs
Version 1.3.0
Last update 09. June 2014
Organization not specified
URL http://maven.apache.org
License GroupDocs License, Version 1.0
Dependencies amount 4
Dependencies viewer, sqlite-jdbc, gson, atmosphere-runtime,
There are maybe transitive dependencies!
reco4j-core from group org.reco4j (version 0.5.0)
Reco4j is an open source project aims at developing a recommendation framework based on graph data sources. We choose graph databases for several reasons. They are NoSQL databases, so "schemaless". This means that it is possible to extend the basic data structure with intermediate information, i.e. similarity value between item and so on. Moreover, since every information is expressed with properties, nodes and relations, the recommendation process can be customized to work on every graph.
Reco4j can be used on every graph where "user" and "item" is represented by node and the preferences are modelled as relationship between them.
Current implementation leverage on Neo4j as first graph database integrated in our framework.
Artifact reco4j-core
Group org.reco4j
Version 0.5.0
Last update 22. September 2013
Organization not specified
URL http://www.reco4j.org
License GNU General Public License, Version 3
Dependencies amount 3
Dependencies log4j, mahout-core, commons-math3,
There are maybe transitive dependencies!
Group org.reco4j
Version 0.5.0
Last update 22. September 2013
Organization not specified
URL http://www.reco4j.org
License GNU General Public License, Version 3
Dependencies amount 3
Dependencies log4j, mahout-core, commons-math3,
There are maybe transitive dependencies!
solr-engine from group org.ow2.weblab.webservices (version 2.1.3)
This service implements the Indexer and Searcher interface of WebLab and connect to a remote SOLR
engine in order to realize the functions. The connection is mandatory and thus the remote SOLR server
should be started beforehand.
Configuration of the SOLR server URL is found in src/main/webapp/WEB-INF/cxf-servlet.xml . See in
particular "indexerServiceBean" and "searcherServiceBean".
Moreover, the service implements several "Analyser" services that could be included in a complete
search chain in order to:
- enrich a ResultSet with metadata about Hits (see resultSetMetaEnricherServiceBean)
- highlight snippet in ResultSet (see highlighterServiceBean)
- provide facets related to the current results (see facetSuggestionServiceBean)
- suggest spell correction of the original query (see spellSuggestionServiceBean)
Group: org.ow2.weblab.webservices Artifact: solr-engine
Show all versions Show documentation
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
Group org.ow2.weblab.webservices
Version 2.1.3
Last update 17. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies rdf-helper-jena, rdf-helper-jena-selection, dataoperator, solr-solrj, commons-lang,
There are maybe transitive dependencies!
Group org.ow2.weblab.webservices
Version 2.1.3
Last update 17. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies rdf-helper-jena, rdf-helper-jena-selection, dataoperator, solr-solrj, commons-lang,
There are maybe transitive dependencies!
Page 1 from 1 (items total 8)