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

Download JAR files tagged by several with all dependencies

Search JAR files by class name

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!

ziggurat from group org.cicirello (version 1.1.0)

Java implementation of the Ziggurat algorithm for generating Gaussian distributed pseudorandom numbers. The Ziggurat algorithm is significantly faster than the more commonly encountered Polar method, and has some other desirable statistical properties. The ZigguratGaussian class is a Java port of the GNU Scientific Library's C implementation (Voss, 2005) of the Ziggurat method. In porting to Java, we have made several optimizations, the details of which can be found in the source code comments, which highlights any differences between this Java implementation and the C implementation on which it is based. This package also includes an implementation of the Polar Method, included to enable comparing speed advantage of the Ziggurat algorithm.

Group: org.cicirello Artifact: ziggurat
Show all versions Show documentation Show source 
 

0 downloads
Artifact ziggurat
Group org.cicirello
Version 1.1.0
Last update 31. May 2024
Organization Cicirello.Org
URL https://github.com/cicirello/ZigguratGaussian
License GPL-3.0-or-later
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

configuration-bundles from group org.sakaiproject (version 23.2)

Group: org.sakaiproject Artifact: configuration-bundles
Show all versions Show source 
 

0 downloads
Artifact configuration-bundles
Group org.sakaiproject
Version 23.2
Last update 17. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

config from group org.sakaiproject (version 23.2)

The Config project is home to Sakai configuration and localization files. Config includes several versions of sakai.properties, a text file containing a series of key/value pairs that provide a convenient mechanism for defining a variety of configuration options for Sakai tools, services, supporting database and UI-related text such as copyright statement, institutional name, server name, etc. Settings in sakai.properties are read on startup; thus changes to sakai.properties only take effect after you restart Sakai's servlet container (typically Apache Tomcat).

Group: org.sakaiproject Artifact: config
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact config
Group org.sakaiproject
Version 23.2
Last update 17. May 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

codingstyle from group edu.hm.hafner (version 4.10.0)

Provides all necessary resources for a Java project to enforce the coding style that I am using in my lectures about software development at Munich University of Applied Sciences and in all of my open-source projects. It configures several static analysis tools for Maven and IntelliJ. Moreover, it provides some sample classes that already use this style guide. These classes can be used as such but are not required in this project. These classes also use some additional libraries that are included using the Maven dependency mechanism. If the sample classes are deleted then the dependencies can be safely deleted, too.

Group: edu.hm.hafner Artifact: codingstyle
Show all versions Show documentation Show source 
 

0 downloads
Artifact codingstyle
Group edu.hm.hafner
Version 4.10.0
Last update 08. May 2024
Organization not specified
URL https://cs.hm.edu/~hafner
License MIT license
Dependencies amount 4
Dependencies spotbugs-annotations, error_prone_annotations, commons-lang3, commons-io,
There are maybe transitive dependencies!

autograding-github-action from group edu.hm.hafner (version 3.16.0)

Group: edu.hm.hafner Artifact: autograding-github-action
Show all versions Show documentation Show source 
 

0 downloads
Artifact autograding-github-action
Group edu.hm.hafner
Version 3.16.0
Last update 29. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies autograding-model, github-api,
There are maybe transitive dependencies!

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

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-M4
Last update 23. November 2023
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!

chips-n-salsa-examples from group org.cicirello (version 6.4.0)

This package contains several example programs of the usage of the Chips-n-Salsa library. Chips-n-Salsa is a Java library of customizable, hybridizable, iterative, parallel, stochastic, and self-adaptive local search algorithms. Chips-n-Salsa's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package chips-n-salsa-examples is to demonstrate usage of the major functionality of the Chips-n-Salsa library. You can find out more about the Chips-n-Salsa library itself from its website: https://chips-n-salsa.cicirello.org/.

Group: org.cicirello Artifact: chips-n-salsa-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact chips-n-salsa-examples
Group org.cicirello
Version 6.4.0
Last update 02. August 2023
Organization Cicirello.Org
URL https://github.com/cicirello/chips-n-salsa-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies chips-n-salsa,
There are maybe transitive dependencies!

jpt-examples from group org.cicirello (version 5.1.0)

This package contains several example programs of the usage of the JavaPermutationTools (JPT) library. JPT is a Java library that enables representing and generating permutations and sequences, as well as performing computation on permutations and sequences. It includes implementations of a variety of permutation distance metrics as well as distance metrics on sequences (i.e., Strings, arrays, and other ordered data types). In addition to programs demonstrating the usage of the JPT library, the jpt-examples package also contains programs for replicating the experiments from a few published papers that utilized the library or implementations on which the library is based. JPT's source code is maintained on GitHub, and the prebuilt jars of the library can be imported from Maven Central using maven or other build tools. The purpose of the package jpt-examples is to demonstrate usage of the major functionality of the JPT library. You can find out more about the JPT library itself from its website: https://jpt.cicirello.org/.

Group: org.cicirello Artifact: jpt-examples
Show all versions Show documentation Show source 
 

0 downloads
Artifact jpt-examples
Group org.cicirello
Version 5.1.0
Last update 31. May 2023
Organization Cicirello.Org
URL https://github.com/cicirello/jpt-examples
License GPL-3.0-or-later
Dependencies amount 1
Dependencies jpt,
There are maybe transitive dependencies!

cp-elements from group org.codeprimate (version 2.0.0-M1)

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.

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

0 downloads
Artifact cp-elements
Group org.codeprimate
Version 2.0.0-M1
Last update 24. May 2023
Organization Codeprimate, LLC
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!



Page 115 from 118 (items total 1178)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy