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

Download JAR files tagged by within with all dependencies

Search JAR files by class name

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!

wikitext.core.repository from group org.eclipse.mylyn.docs (version 3.0.42)

Group: org.eclipse.mylyn.docs Artifact: wikitext.core.repository
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wikitext.core.repository
Group org.eclipse.mylyn.docs
Version 3.0.42
Last update 07. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

netbeans-case-converter from group fr.evidev.netbeans.modules (version 0.2.3)

This module provides a convenient way to convert string case. <h3>Usage</h3> In the editor panel: <ol> <li>Select the text you want to change the case of</li> <li>Right-click to open the contextual menu</li> <li>Open the <code>Convert To...</code> submenu</li> <li>Click on the converter of your choice</li> </ol> Please note that if no text is selected, the menu is disabled. <h3>Available converters</h3> <ul> <li><b>camelCase</b>: first capitalized letter of each word, except for the first letter of the resulting word, no space</li> <li><b>hyphen-case</b>: lower case words separated with an hyphen</li> <li><b>lower case</b>: lower case words</li> <li><b>PascalCase</b>: first capitalized letter of each word, no space</li> <li><b>Sentence case.</b>: first capitalized letter of the first word, ends with a dot (capital letters within the sentence are preserved)</li> <li><b>snake_case</b>: lower case words separated with an underline character</li> <li><b>Title Case</b>: first capitalized letter of each word, one space between words</li> <li><b>UPPER CASE</b>: upper case words</li> </ul>

Group: fr.evidev.netbeans.modules Artifact: netbeans-case-converter
Show all versions 
 

0 downloads
Artifact netbeans-case-converter
Group fr.evidev.netbeans.modules
Version 0.2.3
Last update 03. October 2020
Organization not specified
URL https://github.com/eviweb/netbeans-case-converter
License Apache License, Version 2.0
Dependencies amount 6
Dependencies org-netbeans-api-annotations-common, org-netbeans-modules-editor-lib2, org-openide-awt, org-openide-text, org-openide-util, org-openide-util-ui,
There are maybe transitive dependencies!

protempa from group org.eurekaclinical (version 5.2-Alpha-2)

Protempa supports the construction of software systems for querying clinical databases, summarizing patient data, detecting clinically significant data patterns in groups of patients or individual patients, and extract, transform and load (ETL). Its special feature, temporal abstraction, supports queries and summarization of data in terms of temporal patterns. Temporal patterns enable robust querying and extraction of clinical history. These patterns include frequencies (at least two, three, etc. of some event or observation); sequences (chemotherapy followed by surgery within 180 days, a hospital encounter followed by another hospital encounter within 30 days); and overlaps (falling platelet counts in the setting of HELLP syndrome).

Group: org.eurekaclinical Artifact: protempa
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact protempa
Group org.eurekaclinical
Version 5.2-Alpha-2
Last update 11. August 2020
Organization not specified
URL https://github.com/eurekaclinical/protempa.git
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

infinispan-spring from group org.infinispan (version 8.2.12.Final)

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring
Show all versions Show source 
 

7 downloads
Artifact infinispan-spring
Group org.infinispan
Version 8.2.12.Final
Last update 07. January 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies spring-context, infinispan-core,
There are maybe transitive dependencies!

infinispan-spring4-remote from group org.infinispan (version 10.0.0.Alpha1)

Group: org.infinispan Artifact: infinispan-spring4-remote
Show all versions Show source 
 

1 downloads
Artifact infinispan-spring4-remote
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-client-hotrod, infinispan-spring4-common,
There are maybe transitive dependencies!

infinispan-spring4-parent from group org.infinispan (version 10.0.0.Alpha1)

The Infinispan Spring Integration project provides Spring integration for Infinispan, a high performance distributed cache. Its primary features are * An implementation of org.springframework.cache.CacheManager, Spring's central caching abstraction, backed by Infinispan's EmbeddedCacheManager. To be used if your Spring-powered application and Infinispan are colocated, i.e. running within the same VM. * An implementation of org.springframework.cache.CacheManager backed by Infinispan's RemoteCacheManager. To bes used if your Spring-powered application accesses Infinispan remotely, i.e. over the network. * An implementation of org.springframework.cache.CacheManager backed by a CacheContainer reference. To be used if your Spring- powered application needs access to a CacheContainer defined outside the application (e.g. retrieved from JNDI) * Spring namespace support allowing shortcut definitions for all the components above In addition, Infinispan Spring Integration offers various FactoryBeans for facilitating creation of Infinispan core classes - Cache, CacheManager, ... - within a Spring context.

Group: org.infinispan Artifact: infinispan-spring4-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact infinispan-spring4-parent
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

infinispan-spring4-embedded from group org.infinispan (version 10.0.0.Alpha1)

Group: org.infinispan Artifact: infinispan-spring4-embedded
Show all versions Show source 
 

1 downloads
Artifact infinispan-spring4-embedded
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies infinispan-core, infinispan-spring4-common,
There are maybe transitive dependencies!

infinispan-spring4-common from group org.infinispan (version 10.0.0.Alpha1)

Group: org.infinispan Artifact: infinispan-spring4-common
Show all versions Show source 
 

0 downloads
Artifact infinispan-spring4-common
Group org.infinispan
Version 10.0.0.Alpha1
Last update 20. November 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies infinispan-commons,
There are maybe transitive dependencies!

sets from group de.cit-ec.tcs.alignment (version 3.1.1)

This module provides algorithms to compare sets, that is, order-invariant lists. These algorithms are implementations of the AlignmentAlgorithm interface defined in the algorithms module. In particular, this module contains the StrictSetAlignmentScoreAlgorithm for computing the cost of the optimal unordered alignment of two sets, the StrictSetAlignmentFullAlgorithm which provides the Alignment itself as well, and the GreedySetAlignmentScoreAlgorithm as well as the GreedySetAlignmentFullAlgorithm for computing a potentially sub-optimal but faster alignment of two sets. The optimal alignments rely on the HungarianAlgorithm for solving the assignment problem in bipartite graphs. Here, we rely on the implementation provided by Kevin L. Stern which is provided within this distribution.

Group: de.cit-ec.tcs.alignment Artifact: sets
Show all versions Show documentation Show source 
 

0 downloads
Artifact sets
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies algorithms,
There are maybe transitive dependencies!



Page 107 from 111 (items total 1105)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy