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

Download JAR files tagged by principles with all dependencies

Search JAR files by class name

waffle-jruby-example from group org.codehaus.waffle (version 1.0-RC-2)

Group: org.codehaus.waffle Artifact: waffle-jruby-example
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact waffle-jruby-example
Group org.codehaus.waffle
Version 1.0-RC-2
Last update 07. January 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jruby-complete,
There are maybe transitive dependencies!

waffle-simple-example from group org.codehaus.waffle (version 1.0-RC-2)

Group: org.codehaus.waffle Artifact: waffle-simple-example
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact waffle-simple-example
Group org.codehaus.waffle
Version 1.0-RC-2
Last update 07. January 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies commons-fileupload,
There are maybe transitive dependencies!

waffle-examples from group org.codehaus.waffle (version 1.0-RC-2)

Group: org.codehaus.waffle Artifact: waffle-examples
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact waffle-examples
Group org.codehaus.waffle
Version 1.0-RC-2
Last update 07. January 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies waffle-core, waffle-mock, waffle-taglib, log4j,
There are maybe transitive dependencies!

maybe from group io.github.joselion (version 4.4.0)

Maybe<T> is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional<T> benefits, it provides a functional API that safely allows us to perform operations that may or may not throw checked and unchecked exceptions. The wrapper intends to help us avoid the imperative try/catch syntax, while promoting safe exception handling and functional programming principles.

Group: io.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group io.github.joselion
Version 4.4.0
Last update 13. July 2024
Organization not specified
URL https://github.com/JoseLion/maybe
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies org.eclipse.jdt.annotation,
There are maybe transitive dependencies!

maybe from group com.github.joselion (version 2.1.1)

Maybe<T> is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional<T> benefits, it provides a functional API that safely allows us to perform operations that may or may not throw checked and unchecked exceptions. The wrapper intends to help us avoid the imperative try/catch syntax, while promoting safe exception handling and functional programming principles.

Group: com.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.github.joselion
Version 2.1.1
Last update 13. June 2022
Organization not specified
URL https://github.com/JoseLion/maybe
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
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!

javaanpr from group net.sf.javaanpr (version 1.2.7)

JavaANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks. It was created by Ondrej Martinsky in 2006 and 2007 as part of the research plan "Security-oriented research in information technology, MSM 0021630528" at Brno University of Technology.

Group: net.sf.javaanpr Artifact: javaanpr
Show all versions Show documentation Show source 
 

17 downloads
Artifact javaanpr
Group net.sf.javaanpr
Version 1.2.7
Last update 28. January 2014
Organization not specified
URL https://www.ohloh.net/p/javaanpr
License Educational Community License, Version 2.0
Dependencies amount 1
Dependencies swing-layout,
There are maybe transitive dependencies!

jodd from group org.jodd (version 3.4.1)

Jodd is an open-source Java utility library and set of frameworks. Jodd tools enriches JDK with many powerful and feature rich utilities. It helps with everyday task, makes code more robust and reliable. Jodd frameworks is set of lightweight application frameworks, compact yet powerful. Designed following the CoC, DRY and SCS principles, it makes development simple, but not simpler.

Group: org.jodd Artifact: jodd
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
8 downloads
Artifact jodd
Group org.jodd
Version 3.4.1
Last update 06. January 2013
Organization Jodd
URL http://jodd.org
License The New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

elements from group org.codeprimate (version 2.0.0-M5)

Java Simplified. Extensions and Useful Constructs for the Java Platform. Codeprimate Elements (a.k.a. cp-elements) is a Java library and micro-framework used to simplify the development of software applications written in Java. Elements packages several APIs into one library in order to address various application concerns and aspects of software design and development collectively and conveniently. Elements is a highly simple, yet robust and proven library built on solid OO principles, software design patterns and best practices to effectively solve common and reoccurring problems in software development. Write better Java!

Group: org.codeprimate Artifact: elements
Show all versions Show documentation Show source 
 

0 downloads
Artifact elements
Group org.codeprimate
Version 2.0.0-M5
Last update 30. July 2024
Organization Codeprimate.org
URL http://www.codeprimate.org/projects/cp-elements
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

codingstyle-pom from group edu.hm.hafner (version 4.12.0)

Each Java project should follow a given coding style. I.e., all contributions to the source code should use the same formatting rules, design principles, code patterns, idioms, etc. I published such a coding style in my GitHub project codingstyle (https://github.com/uhafner/codingstyle) - I am using this coding style in my lectures about software development at Munich University of Applied Sciences and in all of my open source projects. If you want to use this coding style as well, you can use this Maven POM as parent of your own POM. Then you get the configuration several static analysis and testing tools for free.

Group: edu.hm.hafner Artifact: codingstyle-pom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact codingstyle-pom
Group edu.hm.hafner
Version 4.12.0
Last update 05. June 2024
Organization not specified
URL https://cs.hm.edu/~hafner
License MIT license
Dependencies amount 6
Dependencies codingstyle, spotbugs-annotations, error_prone_annotations, commons-lang3, commons-io, streamex,
There are maybe transitive dependencies!



Page 15 from 21 (items total 207)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy