Download JAR files tagged by improved with all dependencies
empire-db-parent from group org.apache.empire-db (version 3.2.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
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.2.0
Last update 21. June 2024
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!
Group org.apache.empire-db
Version 3.2.0
Last update 21. June 2024
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!
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
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!
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!
mrglvq from group de.cit-ec.ml (version 0.1.0)
This project contains a Java implementation of median relational generalized learning vector
quantization as proposed by Nebel, Hammer, Frohberg, and Villmann
(2015, doi:10.1016/j.neucom.2014.12.096). Given a matrix of pairwise distances D and a
vector of labels Y it identifies prototypical data points (i.e. rows of D) which help
to classify the data set using a simple nearest neighbor rule. In particular, the algorithm
optimizes the generalized learning vector quantization cost function (Sato and Yamada, 1995)
via an expectation maximization scheme where in each iteration one prototype 'jumps' to
another data point in order to improve the cost function. If the cost function can not be
improved anymore for any of the data points, the algorithm terminates.
Artifact mrglvq
Group de.cit-ec.ml
Version 0.1.0
Last update 27. January 2018
Organization not specified
URL https://gitlab.ub.uni-bielefeld.de/bpaassen/median_relational_glvq
License The GNU General Public License, Version 3
Dependencies amount 1
Dependencies rng,
There are maybe transitive dependencies!
Group de.cit-ec.ml
Version 0.1.0
Last update 27. January 2018
Organization not specified
URL https://gitlab.ub.uni-bielefeld.de/bpaassen/median_relational_glvq
License The GNU General Public License, Version 3
Dependencies amount 1
Dependencies rng,
There are maybe transitive dependencies!
low-latency-primitive-concurrent-queues from group uk.co.boundedbuffer (version 1.0.0)
An low latency, lock free, primitive bounded blocking queue backed by an int[].
This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue},
however works with primitive ints rather than objects, so is unable to actually implement the
BlockingQueue.
This class takes advantage of the Unsafe.putOrderedObject, which allows us to create non-blocking code with
guaranteed writes.
These writes will not be re-orderd by instruction reordering. Under the covers it uses the faster store-store
barrier, rather than the the slower store-load barrier, which is used when doing a volatile write.
One of the trade off with this improved performance is we are limited to a single producer, single consumer.
Group: uk.co.boundedbuffer Artifact: low-latency-primitive-concurrent-queues
Show documentation Show source
Show documentation Show source
0 downloads
Artifact low-latency-primitive-concurrent-queues
Group uk.co.boundedbuffer
Version 1.0.0
Last update 24. February 2014
Organization not specified
URL http://www.boundedbuffer.co.uk
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies mockito-core, japex-maven-plugin,
There are maybe transitive dependencies!
Group uk.co.boundedbuffer
Version 1.0.0
Last update 24. February 2014
Organization not specified
URL http://www.boundedbuffer.co.uk
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies mockito-core, japex-maven-plugin,
There are maybe transitive dependencies!
EsiAisParser from group nl.esi.metis (version 0.30)
This package supports the parsing of AIS messages in Java. AIS, the Automatic Identification System, is a system aiming at improving maritime safety by exchanging messages between ships, other vehicles in particular aircraft involved in search-and-rescue (SAR), and (fixed) base stations. To be precise, this package support the ITU-R M.1371-4 AIS standard.
See our extensive javadoc and in particular the class AISParser for more information on how to use this package.
The parser was used in the Poseidon project, and is improved in the Metis project to better handle uncertain information. Both projects were led by the Embedded Systems Institute. In both projects Thales Nederlands was the carrying industrial partner, and multiple Dutch universities participated.
1 downloads
Artifact EsiAisParser
Group nl.esi.metis
Version 0.30
Last update 20. June 2013
Organization not specified
URL http://sourceforge.net/projects/esiaisparser/
License ESI AIS Parser license
Dependencies amount 1
Dependencies colt,
There are maybe transitive dependencies!
Group nl.esi.metis
Version 0.30
Last update 20. June 2013
Organization not specified
URL http://sourceforge.net/projects/esiaisparser/
License ESI AIS Parser license
Dependencies amount 1
Dependencies colt,
There are maybe transitive dependencies!
fuzzyLaticeReasoning from group nz.ac.waikato.cms.weka (version 1.0.2)
The Fuzzy Lattice Reasoning Classifier uses the notion of Fuzzy Lattices for creating a Reasoning Environment. The current version can be used for classification using numeric predictors. For more information see: I. N. Athanasiadis, V. G. Kaburlasos, P. A. Mitkas, V. Petridis: Applying Machine Learning Techniques on Air Quality Data for Real-Time Decision Support. In: 1st Intl. NAISO Symposium on Information Technologies in Environmental Engineering (ITEE-2003), Gdansk, Poland, 2003; V. G. Kaburlasos, I. N. Athanasiadis, P. A. Mitkas, V. Petridis (2003). Fuzzy Lattice Reasoning (FLR) Classifier and its Application on Improved Estimation of Ambient Ozone Concentration.
Group: nz.ac.waikato.cms.weka Artifact: fuzzyLaticeReasoning
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact fuzzyLaticeReasoning
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/fuzzyLaticeReasoning
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
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/fuzzyLaticeReasoning
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!
toniclf from group net.sf.squirrel-sql.thirdparty-non-maven (version 1.0.5)
This is the tonic look-and-feel packaged to be distributed with the SQuirreLSQL client.
This pluggable look and feel is a free substitute for the default native look and feel of Swing,
'Metal', distributed under the GNU Lesser General Public License. Metal lacks both in usability and
aesthetics. It contains considerable graphical noise, distracting the user from the key elements of
the GUI.
Tonic, on the other hand, tries to provide a clean, balanced look and an improved feel. Tonic is
available free of charge both for commercial and non-commercial applications. It lends a
professional touch and a very tidy and clean interface to your Swing based applications.
Artifact toniclf
Group net.sf.squirrel-sql.thirdparty-non-maven
Version 1.0.5
Last update 03. October 2009
Organization not specified
URL http://www.digitprop.com/tonic/tonic.php
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sf.squirrel-sql.thirdparty-non-maven
Version 1.0.5
Last update 03. October 2009
Organization not specified
URL http://www.digitprop.com/tonic/tonic.php
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
zoomvideosdk-videoeffects from group us.zoom.videosdk (version 1.14.0)
The Video SDKs are app development kits provided to enrich apps with video collaboration features to connect customers and communities. Use these SDKs to build apps with highly customized user interfaces along with access to raw video and audio data.
Video SDKs are designed to be:
* Easy to use: Import libraries, call required functions, and all video conferencing will be handled for you.
* Lightweight: Video SDKs are streamlined toolkits with an enormous reduction in size compared to Meeting SDKs with all the power of Zoom's video and audio solutions.
* Highly customizable: Raw video and audio data is available to you, allowing your chosen renderer to customize the video experience.
Video sessions created by the Video SDKs are launched instantly, bringing a delightful video communication experience to your users with high-quality video and audio.
Direct access to raw video and audio data allows improved interaction between users and the app video stream. Imagine a gaming video streaming app with direct interaction between the player and viewers based on in-game events or prompts from the community. Or, imagine an AR streaming platform with direct viewer access to the on-screen video.
As with our Meeting SDKs, Video SDKs allow screen-sharing from devices, in-session chat messages, and high-quality video and audio streams similar to Zoom's core capabilities.
The Video SDKs enable the following functionality in your app:
* Launch a video communication session instantly
* Share screen directly from your device
* Send instant chat messages during the session
* Capture and review raw data locally
* Test different rendering schema and enjoy high-quality video and audio streams
* Broadcast the video session to third-party live streaming providers
To know more, see: https://developers.zoom.us/docs/video-sdk/
Group: us.zoom.videosdk Artifact: zoomvideosdk-videoeffects
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zoomvideosdk-videoeffects
Group us.zoom.videosdk
Version 1.14.0
Last update 20. December 2024
Organization not specified
URL https://developers.zoom.us/docs/video-sdk/
License Zoom Video SDK Terms of Service
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group us.zoom.videosdk
Version 1.14.0
Last update 20. December 2024
Organization not specified
URL https://developers.zoom.us/docs/video-sdk/
License Zoom Video SDK Terms of Service
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
zoomvideosdk-annotation from group us.zoom.videosdk (version 1.14.0)
The Video SDKs are app development kits provided to enrich apps with video collaboration features to connect customers and communities. Use these SDKs to build apps with highly customized user interfaces along with access to raw video and audio data.
Video SDKs are designed to be:
* Easy to use: Import libraries, call required functions, and all video conferencing will be handled for you.
* Lightweight: Video SDKs are streamlined toolkits with an enormous reduction in size compared to Meeting SDKs with all the power of Zoom's video and audio solutions.
* Highly customizable: Raw video and audio data is available to you, allowing your chosen renderer to customize the video experience.
Video sessions created by the Video SDKs are launched instantly, bringing a delightful video communication experience to your users with high-quality video and audio.
Direct access to raw video and audio data allows improved interaction between users and the app video stream. Imagine a gaming video streaming app with direct interaction between the player and viewers based on in-game events or prompts from the community. Or, imagine an AR streaming platform with direct viewer access to the on-screen video.
As with our Meeting SDKs, Video SDKs allow screen-sharing from devices, in-session chat messages, and high-quality video and audio streams similar to Zoom's core capabilities.
The Video SDKs enable the following functionality in your app:
* Launch a video communication session instantly
* Share screen directly from your device
* Send instant chat messages during the session
* Capture and review raw data locally
* Test different rendering schema and enjoy high-quality video and audio streams
* Broadcast the video session to third-party live streaming providers
To know more, see: https://developers.zoom.us/docs/video-sdk/
Group: us.zoom.videosdk Artifact: zoomvideosdk-annotation
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zoomvideosdk-annotation
Group us.zoom.videosdk
Version 1.14.0
Last update 20. December 2024
Organization not specified
URL https://developers.zoom.us/docs/video-sdk/
License Zoom Video SDK Terms of Service
Dependencies amount 1
Dependencies constraintlayout,
There are maybe transitive dependencies!
Group us.zoom.videosdk
Version 1.14.0
Last update 20. December 2024
Organization not specified
URL https://developers.zoom.us/docs/video-sdk/
License Zoom Video SDK Terms of Service
Dependencies amount 1
Dependencies constraintlayout,
There are maybe transitive dependencies!
zoomvideosdk-core from group us.zoom.videosdk (version 1.14.0)
The Video SDKs are app development kits provided to enrich apps with video collaboration features to connect customers and communities. Use these SDKs to build apps with highly customized user interfaces along with access to raw video and audio data.
Video SDKs are designed to be:
* Easy to use: Import libraries, call required functions, and all video conferencing will be handled for you.
* Lightweight: Video SDKs are streamlined toolkits with an enormous reduction in size compared to Meeting SDKs with all the power of Zoom's video and audio solutions.
* Highly customizable: Raw video and audio data is available to you, allowing your chosen renderer to customize the video experience.
Video sessions created by the Video SDKs are launched instantly, bringing a delightful video communication experience to your users with high-quality video and audio.
Direct access to raw video and audio data allows improved interaction between users and the app video stream. Imagine a gaming video streaming app with direct interaction between the player and viewers based on in-game events or prompts from the community. Or, imagine an AR streaming platform with direct viewer access to the on-screen video.
As with our Meeting SDKs, Video SDKs allow screen-sharing from devices, in-session chat messages, and high-quality video and audio streams similar to Zoom's core capabilities.
The Video SDKs enable the following functionality in your app:
* Launch a video communication session instantly
* Share screen directly from your device
* Send instant chat messages during the session
* Capture and review raw data locally
* Test different rendering schema and enjoy high-quality video and audio streams
* Broadcast the video session to third-party live streaming providers
To know more, see: https://developers.zoom.us/docs/video-sdk/
Group: us.zoom.videosdk Artifact: zoomvideosdk-core
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact zoomvideosdk-core
Group us.zoom.videosdk
Version 1.14.0
Last update 20. December 2024
Organization not specified
URL https://developers.zoom.us/docs/video-sdk/
License Zoom Video SDK Terms of Service
Dependencies amount 3
Dependencies security-crypto, tink-android, appcompat,
There are maybe transitive dependencies!
Group us.zoom.videosdk
Version 1.14.0
Last update 20. December 2024
Organization not specified
URL https://developers.zoom.us/docs/video-sdk/
License Zoom Video SDK Terms of Service
Dependencies amount 3
Dependencies security-crypto, tink-android, appcompat,
There are maybe transitive dependencies!
Page 10 from 11 (items total 101)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy