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

Download JAR files tagged by least with all dependencies

Search JAR files by class name

artemis-fluid-core-utility-sources from group net.onedaybeard.artemis (version 2.3.0)

Provides a testing framework for support classes that are generated when using fluid entities. Since E.class and SuperMapper.class are not available at this point we resort to a bit of trickery so we can at least test the utility classes. fluid-core will pick up /src/test/java/com/artemis/ as resources (see /target/classes/fluid-entity-sources/) FluidGenerator can be made to deploy these while generating E and SuperMapper. See fluid-core pom which files are packaged as resources. Add new files to be deployed to FluidGenerator.generate manually!

Group: net.onedaybeard.artemis Artifact: artemis-fluid-core-utility-sources
Show all versions 
 

0 downloads
Artifact artemis-fluid-core-utility-sources
Group net.onedaybeard.artemis
Version 2.3.0
Last update 09. November 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies artemis-odb,
There are maybe transitive dependencies!

camera from group tk.jamunx.ui (version 0.0.8)

Camera library provide you Custom Complete Camera view with features like Flash, Rotation, Gallery Picker, Focus, Tap to capture, Confirmation window and last but not least croping feature.It also provide you file path in return so that developer can feel a friendly handy way to Deal After .

Group: tk.jamunx.ui Artifact: camera
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact camera
Group tk.jamunx.ui
Version 0.0.8
Last update 13. September 2019
Organization not specified
URL https://github.com/Lib-Jamun/Camera
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies play-services-vision,
There are maybe transitive dependencies!

camera from group tk.jamun.ui (version 0.0.1)

Camera library provide you Custom Complete Camera view with features like Flash, Rotation, Gallery Picker, Focus, Tap to capture, Confirmation window and last but not least croping feature. It also provide you file path in return so that developer can feel a friendly handy way to Deal After.

Group: tk.jamun.ui Artifact: camera
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact camera
Group tk.jamun.ui
Version 0.0.1
Last update 24. June 2018
Organization not specified
URL https://github.com/Lib-Jamun/Camera
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-dependency-versions-check-plugin from group com.ning.maven.plugins (version 2.0.4)

The maven-dependency-versions-check-plugin is a Maven plugin that verifies that the resolved versions of dependencies are at least the versions specified by the dependencies (or their dependencies etc.) if not higher. More specifically, it will check that * The resolved version of every dependency declared explicitly in the current POM is the same or a newer one than what was stated. If the resolved version has a higher major version number than the declared version, then the plugin will issue a warning if configured to do so. Note that enforced declared versions are ignored by the plugin. * For every explicitly declared dependency in the current POM, all its dependency versions are met. I.e. the resolved versions for all dependencies in that dependency's POM are the same or higher than the one stated in that dependency's POM. This is basically the same check as the one above, but using the dependency's POM! Also, if the current POM has exclusions specified for the dependency, then these transitive dependencies are ignored when checking this particular dependency.

Group: com.ning.maven.plugins Artifact: maven-dependency-versions-check-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-dependency-versions-check-plugin
Group com.ning.maven.plugins
Version 2.0.4
Last update 25. September 2016
Organization not specified
URL https://github.com/ning/maven-dependency-versions-check-plugin
License Apache License 2.0
Dependencies amount 11
Dependencies maven-plugin-api, maven-model, maven-artifact, maven-project, maven-dependency-tree, commons-lang, commons-collections, slf4j-api, maven-plugin-log4j, guava, findbugs-annotations,
There are maybe transitive dependencies!

wix-oss-ci-police-aggregator from group com.wix (version 1.1.0)

The aggregator of the 'CI Police' Maven plugin, whose responsibility is to validate Wix Open Source Projects. These validations includes: * Maven POM requirements (e.g., non-blank 'artifactId') * Sonatype requiremetns (e.g., 'scm') * Wix requirements (e.g., 'organization' populated with Wix details) It is consisted two modules: one, is the main module of the plugin, and the other, is a tests module. The reason for having a tests module is that the tests actually runs the plugin. It is therefore expected to be found in Maven's local repository (at least in the local repository); hence, the separation.

Group: com.wix Artifact: wix-oss-ci-police-aggregator
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wix-oss-ci-police-aggregator
Group com.wix
Version 1.1.0
Last update 06. June 2016
Organization wix.com
URL https://github.com/wix/wix-oss-ci-police
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fallback-assembly from group com.cloudbees.sdk (version 1.5.2)

Creates a zip file that contains the Maven repository image of everything necessary to boot bees-driver without a working network connection. This is so that at least "bees init" command would succeed without network. Once the proxy gets properly configured, bees SDK should update itself, so we don't really have to bundle the latest version.

Group: com.cloudbees.sdk Artifact: fallback-assembly
Show all versions 
 

0 downloads
Artifact fallback-assembly
Group com.cloudbees.sdk
Version 1.5.2
Last update 10. October 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

leastMedSquared from group nz.ac.waikato.cms.weka (version 1.0.2)

Implements a least median squared linear regression utilizing the existing weka LinearRegression class to form predictions. Least squared regression functions are generated from random subsamples of the data. The least squared regression with the lowest meadian squared error is chosen as the final model. The basis of the algorithm is Peter J. Rousseeuw, Annick M. Leroy (1987). Robust regression and outlier detection.

Group: nz.ac.waikato.cms.weka Artifact: leastMedSquared
Show all versions Show documentation Show source 
 

0 downloads
Artifact leastMedSquared
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/leastMedSquared
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

mime-util from group net.sf.mime-util (version 1.2)

mime-util is a simple to use, small, light weight and fast open source java utility library that can detect the mime types of files and streams. Due to the use of regular expressions and the java.nio packages it requires at least Java 1.4. mime-util uses file extension mappings and the magic.mime rules files located on your system as used by the Unix file(1) command. For OS's that do not support the Unix file(1) command, such as Windows, the library comes pre-packaged with a generic magic.mime file.

Group: net.sf.mime-util Artifact: mime-util
Show documentation Show source 
 

1 downloads
Artifact mime-util
Group net.sf.mime-util
Version 1.2
Last update 12. February 2009
Organization Medsea Business Solutions S.L.
URL http://sourceforge.net/projects/mime-util/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies commons-logging,
There are maybe transitive dependencies!

dryuf-concurrent from group net.dryuf (version 1.7.0)

Dryuf Concurrent is enhancement over original Java Concurrent Future design. Apart from providing ListenableFuture functionality, it provides flexibility how to handle cancel() operations, can delay the notifications. It allows various types of notification listeners, distinguishing among successful end, failure and end due to cancel request. Last but not least, it has very low memory footprint and excellent performance, even outperforming JDK Future without listener support.

Group: net.dryuf Artifact: dryuf-concurrent
Show all versions Show documentation Show source 
 

0 downloads
Artifact dryuf-concurrent
Group net.dryuf
Version 1.7.0
Last update 01. April 2023
Organization not specified
URL https://github.com/dryuf/dryuf-concurrent
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
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!



Page 11 from 12 (items total 116)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy