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

Download JAR files tagged by other with all dependencies

Search JAR files by class name

empire-db-jsf2 from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db-jsf2
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db-jsf2
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies empire-db, javax.servlet-api,
There are maybe transitive dependencies!

empire-db from group org.apache.empire-db (version 3.1.0)

Group: org.apache.empire-db Artifact: empire-db
Show all versions Show documentation Show source 
 

0 downloads
Artifact empire-db
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-beanutils, slf4j-api,
There are maybe transitive dependencies!

empire-db-parent from group org.apache.empire-db (version 3.1.0)

Apache Empire-db is an Open Source relational data persistence component which allows database vendor independent dynamic query definition as well as safe and simple data retrieval and updating. Compared to most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, Empire-db takes a considerably different approach, with a special focus on compile-time safety, reduced redundancies and improved developer productivity.

Group: org.apache.empire-db Artifact: empire-db-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact empire-db-parent
Group org.apache.empire-db
Version 3.1.0
Last update 14. April 2023
Organization Apache Software Foundation
URL https://empire-db.apache.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fuml from group org.modeldriven (version 1.5.0a)

This open source software is a reference implementation, consisting of software and related files, for the OMG specification called the Semantics of a Foundational Subset for Executable UML Models (fUML). The reference implementation is intended to implement the execution semantics of UML activity models, accepting an XMI file from a conformant UML model as its input and providing an execution trace of the selected activity model(s) as its output. The core execution engine, which is directly generated from the normative syntactic and semantic models for fUML, may also be used as a library implementation of fUML in other software.

Group: org.modeldriven Artifact: fuml
Show all versions Show documentation Show source 
 

0 downloads
Artifact fuml
Group org.modeldriven
Version 1.5.0a
Last update 04. April 2023
Organization not specified
URL http:/fuml.modeldriven.org
License FUML Reference Implementation License
Dependencies amount 10
Dependencies commons-collections, commons-lang, xercesImpl, xalan, log4j, stax-utils, sjsxp, commons-logging, jakarta.xml.bind-api, jaxb-impl,
There are maybe transitive dependencies!

plasma from group org.terrameta (version 2.2.0)

The Plasma project is an SDO 2.1 implementation with associated provisioning and other tools. In its initial releases, the PlasmaSDO™ implementation seeks to address the need for automation and code generation under SDO for standard enterprise Java web applications while focusing on critical operational considerations these applications face, such as optimistic and pessimistic concurrency control. The PlasmaSDO™ implementation is not bound to any integrated development environment (IDE) and provides support for standard Java™ based build tools. Note: Such operational considerations such as optimistic and pessimistic concurrency control are seen as a feature gap within various commercial and open-source SDO offerings, and are facilitated in PlasmaSDO™ by a custom UML profile and various associated SDO API extensions.

Group: org.terrameta Artifact: plasma
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact plasma
Group org.terrameta
Version 2.2.0
Last update 31. March 2023
Organization not specified
URL http://plasma-framework.org
License Plasma License
Dependencies amount 4
Dependencies junit, log4j-api, log4j-core, commons-logging,
There are maybe transitive dependencies!

text-provider from group io.github.ardoco.core (version 0.7.7)

Group: io.github.ardoco.core Artifact: text-provider
Show all versions Show documentation Show source 
 

0 downloads
Artifact text-provider
Group io.github.ardoco.core
Version 0.7.7
Last update 28. March 2023
Organization not specified
URL Not specified
License MIT License
Dependencies amount 10
Dependencies common, jackson-databind, log4j-over-slf4j, stanford-corenlp, stanford-corenlp, pipeline, eclipse-collections-api, eclipse-collections, commons-lang3, slf4j-api,
There are maybe transitive dependencies!

netbeans-editor-pin from group com.raelity.jvi (version 2.1.2)

This plugin provides a registered action, toolbar button and menu actions which can clear the REUSE flag <b>preventing a file from being replaced</b>. <br/><br/> The toolbar button, which looks like a "push pin", provides a visual indication that the currently active editor is REUSEable; the button is only enabled when the active editor is REUSEable. <br/><br/> In some situations the IDE/platform opens a file with the REUSE flag (see NetBeans API doc Line.ShowOpenType); files opened like this can be automatically replaced in an editor window by other files. <br/><br/> IDE REUSE examples: single stepping into a file, clicking on a stacktrace for goto source, jVi tag-stack operations.

Group: com.raelity.jvi Artifact: netbeans-editor-pin
Show documentation Show source 
 

0 downloads
Artifact netbeans-editor-pin
Group com.raelity.jvi
Version 2.1.2
Last update 22. January 2023
Organization Raelity Engineering
URL http://raelity.com
License Mozilla Public License Version 1.1
Dependencies amount 5
Dependencies org-openide-awt, org-openide-windows, org-openide-util, org-openide-util-ui, org-openide-util-lookup,
There are maybe transitive dependencies!

boost_foreach from group com.github.brunotl (version 1.81.0)

In C++, writing a loop that iterates over a sequence is tedious. We can either use iterators, which requires a considerable amount of boiler-plate, or we can use the std::for_each() algorithm and move our loop body into a predicate, which requires no less boiler-plate and forces us to move our logic far from where it will be used. In contrast, some other languages, like Perl, provide a dedicated "foreach" construct that automates this process. BOOST_FOREACH is just such a construct for C++. It iterates over sequences for us, freeing us from having to deal directly with iterators or write predicates.

Group: com.github.brunotl Artifact: boost_foreach
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact boost_foreach
Group com.github.brunotl
Version 1.81.0
Last update 07. January 2023
Organization not specified
URL https://www.boost.org/
License Distributed under the Boost Software License, Version 1.0.
Dependencies amount 7
Dependencies boost_config, boost_detail, boost_mpl, boost_range, boost_type_traits, boost_iterator, boost_utility,
There are maybe transitive dependencies!

gcexcel from group com.grapecity.documents.excel (version 6.0.0)

Programmatically generate, load, modify, and convert Excel .xlsx spreadsheets in your Java applications. GrapeCity Documents for Excel (GcExcel) is a cross-platform high-speed, small-footprint spreadsheet API library that requires no dependencies on Excel. The powerful calculation engine supports 450+ Excel Functions and custom functions to perform complex calculations. GcExcel is 2x+ faster and uses less memory than Apache POI and allows you to save to XLSX, PDF, HTML, CSV, JSON and Images. Deploy your applications to the cloud, Windows, Mac, or Linux. If you'd like to remove the trial watermark and other trial limitations, please email [email protected] to request your 30-day evaluation key.

Group: com.grapecity.documents.excel Artifact: gcexcel
Show documentation Show source 
 

0 downloads
Artifact gcexcel
Group com.grapecity.documents.excel
Version 6.0.0
Last update 12. December 2022
Organization not specified
URL https://www.grapecity.com/documents-api-excel-java
License GC Documents EULA
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

gene-mapper-experimental-base from group de.julielab (version 1.0.0)

This project has a lot of business classes to work with genes and related named entities. Genes are part of a GeneDocument and may have gold IDs as well as mapped/predicted IDs. Another large part are species because most (all?) gene ID databases are species specific. So there are also classes or members to represent species mentions and the assignment of species IDs (taxonomy IDs) to genes. There is little to no business logic herein. This project is only useful as building block in other projects dealing with species assignment, gene ID mapping or similar efforts.

Group: de.julielab Artifact: gene-mapper-experimental-base
Show documentation Show source 
 

0 downloads
Artifact gene-mapper-experimental-base
Group de.julielab
Version 1.0.0
Last update 03. December 2022
Organization JULIE Lab Jena, Germany
URL Not specified
License BSD-2-Clause
Dependencies amount 21
Dependencies commons-lang3, commons-text, julielab-java-utilities, slf4j-api, lucene-analyzers-common, guava, julielab-ranklib-mallet, jcore-mallet-2.0.9, libsvm, spark-core, guice, julie-xml-tools, julielab-entity-evaluator, ehcache, cache-api, annotations, commons-codec, commons-io, junit-jupiter-engine, assertj-core, com.wcohen.secondstring,
There are maybe transitive dependencies!



Page 350 from 376 (items total 3755)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy