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

Download JAR files tagged by well with all dependencies

Search JAR files by class name

nexus-deploy-stub from group com.yahoo.oak (version 0.2.5)

Group: com.yahoo.oak Artifact: nexus-deploy-stub
Show all versions 
 

0 downloads
Artifact nexus-deploy-stub
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies oak,
There are maybe transitive dependencies!

oak from group com.yahoo.oak (version 0.2.5)

Group: com.yahoo.oak Artifact: oak
Show all versions Show documentation Show source 
 

3 downloads
Artifact oak
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

root from group com.yahoo.oak (version 0.2.5)

A scalable, concurrent, in-memory Key Value (KV) map. Oak implements a concurrent Key-Value map that can keep all keys and values off-heap. This enables working with bigger heap sizes than JVM's managed heap. OakMap implements an API similar to the industry standard Java8 ConcurrentNavigableMap API. It provides strong (atomic) semantics for read, write, and read-modify-write, as well as (non-atomic) range query (scan) operations, both forward and backward. OakMap is optimized for big keys and values, in particular, for incremental maintenance of objects (update in-place). It is faster and scales better with additional CPU cores than the popular Java ConcurrentNavigableMap ConcurrentSkipListMap

Group: com.yahoo.oak Artifact: root
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact root
Group com.yahoo.oak
Version 0.2.5
Last update 03. March 2022
Organization Yahoo Inc.
URL https://github.com/yahoo/Oak
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

empire-db-struts2 from group org.apache.empire-db (version 2.5.1)

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

0 downloads
Artifact empire-db-struts2
Group org.apache.empire-db
Version 2.5.1
Last update 18. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies empire-db, struts2-core, struts2-portlet-plugin, xwork-core, javassist, servlet-api, jsp-api, portlet-api, commons-beanutils,
There are maybe transitive dependencies!

forker-client from group com.sshtools (version 1.6.4)

This is client side library for forker, and the one you most likely want to use in your own applications. It provides the ProcessBuilder replacement, ForkerBuilder, as well the helpers in OSCommand. ForkerBuilder is capable of launching processes using non-blocking I/O or attached to a PTY. It has many additional features not available in the standard process builder including permission elevation, daemonize, processor affinity and more. Parts of the non-blocking API are based on NuProcess (https://github.com/brettwooldridge/NuProcess)

Group: com.sshtools Artifact: forker-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact forker-client
Group com.sshtools
Version 1.6.4
Last update 14. October 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies forker-common,
There are maybe transitive dependencies!

rulelearner from group com.rulelearner (version 8.4.1.1)

Rule Learner is an open source Java library for learning business rules from historical data. It supports supervised Machine Learning by incorporating well-known algorithms such as RIPPER and C4.5 provided by open source tools such as Weka. Rule Learner is implemented as a Machine Learning component of OpenRules Decision Manager. It allows business analysts to place their historical data in simple Excel tables and to automatically discover business rules that find certain pattern in this data. The generated rules are human readable and presented in Excel format executable by OpenRules Decision Manager.

Group: com.rulelearner Artifact: rulelearner
Show all versions Show documentation Show source 
 

0 downloads
Artifact rulelearner
Group com.rulelearner
Version 8.4.1.1
Last update 30. September 2021
Organization not specified
URL http://rulelearner.com
License GNU Lesser General Public License (LGPL)
Dependencies amount 5
Dependencies openrules-core, log4j-slf4j-impl, weka-stable, poi, poi-ooxml,
There are maybe transitive dependencies!

stub from group com.yahoo.oak (version 0.2.3.1)

Group: com.yahoo.oak Artifact: stub
Show all versions 
 

0 downloads
Artifact stub
Group com.yahoo.oak
Version 0.2.3.1
Last update 28. February 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies oak-benchmarks-synchrobench,
There are maybe transitive dependencies!

mdrfaces from group de.samply (version 4.0.0)

Samply.Common.MDRFaces is a Java Server Faces library which eases the user interface design of web applications where the respective data model relies on well defined data elements. Especially in case of systems for electronic data capturing, where the necessary data model is not known beforehand and can even vary over time, the user interface has to be easily adjustable. This often means the user instead of the developer designs the various forms for data entry and therefore an easy to use mechanism has to be provided. By using Samply.MDRFaces the developer can focus on the implementation of that mechanism, e.g. some editor component, but does not have to cope with the visualization of every single data element as for that is taken care of automatically.

Group: de.samply Artifact: mdrfaces
Show documentation Show source 
 

0 downloads
Artifact mdrfaces
Group de.samply
Version 4.0.0
Last update 04. November 2020
Organization Samply Community
URL https://github.com/samply/common-mdrfaces
License The Apache License, Version 2.0
Dependencies amount 18
Dependencies jsf-api, javax.el-api, commons-validator, oro, gson, guava, junit, jersey-client, jersey-core, slf4j-api, common-samply, mdrclient, bootstrap-switch, bootstrap, Eonasdan-bootstrap-datetimepicker, clockpicker, select2, font-awesome,
There are maybe transitive dependencies!

clif from group org.ow2.clif (version 3.0.3)

"CLIF is Load Injection Framework": open performance testing. Submit light or massive traffic to your application/service under test, and get response time measurements as well as computing and networking resources usage measurements. Support for large scale distributed load injection (up to +1000 load injectors) with unlimited number of virtual users. Multiple protocols and probes available, extendible through Java programming to generate traffic with arbitrary protocols and to measure arbitrary resources usage. Integration to Eclipse and Jenkins.

Group: org.ow2.clif Artifact: clif
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact clif
Group org.ow2.clif
Version 3.0.3
Last update 29. September 2020
Organization OW2
URL https://clif.ow2.io
License GNU Library or Lesser General Public License (LGPL) version 3
Dependencies amount 0
Dependencies No dependencies
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.

Group: com.jano7 Artifact: executor
Show all versions Show documentation Show source 
 

0 downloads
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!



Page 193 from 213 (items total 2123)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy