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

Download JAR files tagged by more with all dependencies

Search JAR files by class name

android-shape-imageview from group com.github.siyamed (version 0.9.3)

Provides a set of custom shaped android imageview components, and a framework to define more shapes. Implements both shader and bitmap mask based image views. Shader based one uses canvas draw methods and Path construct, Mask based one uses xfermode to draw image on bitmaps defined by android shape XML's or resource bitmaps.

Group: com.github.siyamed Artifact: android-shape-imageview
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact android-shape-imageview
Group com.github.siyamed
Version 0.9.3
Last update 12. October 2015
Organization not specified
URL https://github.com/siyamed/android-shape-imageview
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies kxml2,
There are maybe transitive dependencies!

carti-model from group be.uantwerpen.adrem (version 0.1)

This package provides data model and the base classes for the cartification. More info about cartification can be found in the paper "Cartification: A Neighborhood Preserving Transformation for Mining High Dimensional Data" by Emin Aksehirli, Bart Goethals, Emmanuel Müller and Jilles Vreeken https://dx.doi.org/10.1109/ICDM.2013.146

Group: be.uantwerpen.adrem Artifact: carti-model
Show documentation Show source 
 

0 downloads
Artifact carti-model
Group be.uantwerpen.adrem
Version 0.1
Last update 23. September 2015
Organization University of Antwerp - ADReM Research Group
URL http://maven.apache.org
License GNU AFFERO GENERAL PUBLIC LICENSE, Version 3
Dependencies amount 1
Dependencies fim-model,
There are maybe transitive dependencies!

TOVAL from group de.uni.freiburg.iig.telematik (version 1.0.0)

TOVAL comprises a set of java classes for common programming issues. It includes utils for arrays, lists, sets and collections for convenient handling and modification, but also support for mathematic definitions concerning logic (clauses + resolution) together with some algorithms for permutations, powersets and resolution. Additionally it contains a number of types for multisets, matrices with object keys and much more.

Group: de.uni.freiburg.iig.telematik Artifact: TOVAL
Show documentation Show source 
 

0 downloads
Artifact TOVAL
Group de.uni.freiburg.iig.telematik
Version 1.0.0
Last update 29. July 2015
Organization Institute of Computer Science and Social Studies, Department of Telematics
URL https://github.com/GerdHolz/TOVAL
License bsd_3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-retry from group com.github.rbuck (version 1.2)

Lets developers make their applications more resilient by adding robust transient fault handling logic. Transient faults are errors that occur because of some temporary condition such as network connectivity issues or service unavailability. Typically, if you retry the operation that resulted in a transient error a short time later, you find that the error has disappeared.

Group: com.github.rbuck Artifact: java-retry
Show all versions Show documentation Show source 
 

0 downloads
Artifact java-retry
Group com.github.rbuck
Version 1.2
Last update 23. June 2015
Organization not specified
URL https://github.com/rbuck/java-retry
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

autoimports-groovy from group org.devcake.groovy (version 1.0.9)

The library allows to execute parts of Groovy scripts in Groovy Console without having to import classes for every piece of code. All import statements from the file are applied automatically to the chunk of code being executed. This allows to use console more effectively. Also specialized Groovy Shell implementation allows to integrate this feature in other projects.

Group: org.devcake.groovy Artifact: autoimports-groovy
Show all versions Show documentation Show source 
 

0 downloads
Artifact autoimports-groovy
Group org.devcake.groovy
Version 1.0.9
Last update 19. June 2015
Organization not specified
URL http://devcake.org/Projects/Autoimports-Groovy
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies groovy-all, testng,
There are maybe transitive dependencies!

concourse from group org.cinchapi (version 0.4.4)

This is the api to interact with Concourse, a schemaless and distributed version control database with optimistic availability, serializable transactions and full-text search. Concourse provides a more intuitive approach to data management that is easy to deploy, access and scale with minimal tuning while also maintaining the referential integrity and ACID characteristics of traditional database systems.

Group: org.cinchapi Artifact: concourse
Show all versions Show documentation Show source 
 

0 downloads
Artifact concourse
Group org.cinchapi
Version 0.4.4
Last update 02. March 2015
Organization not specified
URL http://cinchapi.org/concourse
License The MIT License
Dependencies amount 14
Dependencies joda-time, commons-codec, logback-classic, jcl-over-slf4j, slf4j-api, mockito-all, concourse-config, guava, commons-configuration, jsr305, annotations, libthrift, log4j-over-slf4j, gson,
There are maybe transitive dependencies!

mason from group fr.irit.smac.thirdparty.edu.gmu.cs (version 18)

MASON is a fast discrete-event multiagent simulation library core in Java, designed to be the foundation for large custom-purpose Java simulations, and also to provide more than enough functionality for many lightweight simulation needs. MASON contains both a model library and an optional suite of visualization tools in 2D and 3D.

Group: fr.irit.smac.thirdparty.edu.gmu.cs Artifact: mason
Show documentation Show source 
 

2 downloads
Artifact mason
Group fr.irit.smac.thirdparty.edu.gmu.cs
Version 18
Last update 29. October 2014
Organization not specified
URL http://cs.gmu.edu/~eclab/projects/mason/
License Most of MASON
Dependencies amount 8
Dependencies jfreechart, itext, jmf, j3d-core, j3d-core-utils, jogl-all-main, joal-main, gluegen-rt-main,
There are maybe transitive dependencies!

maven-duplicate-finder-plugin from group com.ning.maven.plugins (version 1.0.9)

The maven-duplicate-class-finder-plugin is a plugin that will search for classes with the same name, as well as resources with the same path, in the classpaths of a maven project. More specifically, it will check the compile, runtime, and test classpaths for * Classes with the same qualified name in the current project and all dependencies relevant for that classpath * Files that are not class files, with the same resource path (i.e. as if it would be accessed via the classloader) in the current project and all dependencies relevant for that (Note that at the moment, the plugin does not check if the files are actually the same or not, it only looks for the same file/class name.)

Group: com.ning.maven.plugins Artifact: maven-duplicate-finder-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-duplicate-finder-plugin
Group com.ning.maven.plugins
Version 1.0.9
Last update 27. September 2014
Organization not specified
URL https://github.com/ning/maven-duplicate-finder-plugin
License Apache License 2.0
Dependencies amount 9
Dependencies maven-plugin-api, maven-project, maven-model, maven-artifact, commons-lang, commons-io, commons-codec, slf4j-api, maven-plugin-log4j,
There are maybe transitive dependencies!

predictiveApriori from group nz.ac.waikato.cms.weka (version 1.0.4)

Class implementing the predictive apriori algorithm for mining association rules. It searches with an increasing support threshold for the best 'n' rules concerning a support-based corrected confidence value. For more information see: Tobias Scheffer: Finding Association Rules That Trade Support Optimally against Confidence. In: 5th European Conference on Principles of Data Mining and Knowledge Discovery, 424-435, 2001.

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

2 downloads
Artifact predictiveApriori
Group nz.ac.waikato.cms.weka
Version 1.0.4
Last update 04. August 2014
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/predictiveApriori
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

jzmq from group org.zeromq (version 3.1.0)

The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more. This package contains the Java Bindings for ZeroMQ.

Group: org.zeromq Artifact: jzmq
Show all versions Show documentation Show source 
 

24 downloads
Artifact jzmq
Group org.zeromq
Version 3.1.0
Last update 11. July 2014
Organization not specified
URL https://zeromq.org/
License LGPLv3+
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 326 from 357 (items total 3568)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy