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

Download JAR files tagged by maven with all dependencies

Search JAR files by class name

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

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

0 downloads
Artifact codingstyle
Group edu.hm.hafner
Version 4.6.0


codingstyle-pom from group edu.hm.hafner (version 4.5.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.5.0
Last update 13. April 2024
Organization not specified
URL https://cs.hm.edu/~hafner
License MIT license
Dependencies amount 6
Dependencies spotbugs-annotations, error_prone_annotations, streamex, codingstyle, commons-lang3, commons-io,
There are maybe transitive dependencies!

babylon-maven-plugin from group one.edee.oss (version 2024.8.0)

Babylon is a tool to gather messages, and their translations from property files. It performs a round-trip consisting of two phases: export phase and import phase. In the export phase the messages are written to a Google Sheets spreadsheet. A translator will then fill in the missing translations. In the import phase, the spreadsheet (with the missing translations filled out by a translator) is examined, and the newly translated messages are used to update the respective translation property files. Also, the state of the translation, snapshot, is written out to a disk in the form of JSON file. Babylon can be run as a Maven plugin or as a standalone console application.

Group: one.edee.oss Artifact: babylon-maven-plugin
Show all versions Show source 
 

0 downloads
Artifact babylon-maven-plugin
Group one.edee.oss
Version 2024.8.0
Last update 20. March 2024
Organization FG Forrest, a.s.
URL https://github.com/FgForrest/Babylon/
License MIT License
Dependencies amount 15
Dependencies service, google-cloud-translate, deepl-java, spring-boot-starter, lombok, jackson-databind, commons-io, apron, google-api-services-sheets, google-oauth-client-jetty, maven-plugin-api, maven-core, maven-plugin-annotations, kotlin-stdlib-jdk8, antlr4,
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!

testeasypom from group io.github.sebivenlo (version 5.2.1)

Fontys Venlo best maven practices. "Up with your competencies" The 'testeasypom' Parent pom that provides all dependencies that you need for modern testing, generating good looking Javadoc and a set of static test reports using spotbugs, pmd, and checkstyle. This is NOT cargo-cult, because NONE of the dependencies in this pom will end up in your final product. This is a continuation of sebipom. Version 4.0.7: update dep and plugin versions. Version 4.0.8: jacaco 0.8.8 for java 17 and 18 support Version 4.0.11: default to java 17 Version 5.1.0: default to java 21 Version 5.2.0: include testfx stuff in fx profile

Group: io.github.sebivenlo Artifact: testeasypom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact testeasypom
Group io.github.sebivenlo
Version 5.2.1
Last update 12. January 2024
Organization not specified
URL https://sebivenlo.github.io/testeasypom/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sebi-exam-pom from group io.github.sebivenlo (version 5.2.0)

Group: io.github.sebivenlo Artifact: sebi-exam-pom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sebi-exam-pom
Group io.github.sebivenlo
Version 5.2.0
Last update 19. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

defaultj from group io.defaultj (version 2.3.1)

DefaultJ is a powerful Java library that provides default values for any class, offering multiple strategies for obtaining those values. It can be used as a dependency injection utility, similar to Guice. With 14 built-in strategies, DefaultJ can obtain default values through various means such as explicit bindings, annotations, enum values, factory methods, and more. It also supports custom annotations and offers annotation processors for validation. Available on Maven Central, DefaultJ can be easily integrated into Gradle and Maven projects. Contributions and selective usage of the library are encouraged.

Group: io.defaultj Artifact: defaultj
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact defaultj
Group io.defaultj
Version 2.3.1
Last update 13. November 2023
Organization nawaman.net
URL https://github.com/NawaMan/DefaultJ
License MIT License
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!

defailtj from group io.defaultj (version 2.2.0.4)

DefaultJ is a powerful Java library that provides default values for any class, offering multiple strategies for obtaining those values. It can be used as a dependency injection utility, similar to Guice. With 14 built-in strategies, DefaultJ can obtain default values through various means such as explicit bindings, annotations, enum values, factory methods, and more. It also supports custom annotations and offers annotation processors for validation. Available on Maven Central, DefaultJ can be easily integrated into Gradle and Maven projects. Contributions and selective usage of the library are encouraged.

Group: io.defaultj Artifact: defailtj
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact defailtj
Group io.defaultj
Version 2.2.0.4
Last update 11. July 2023
Organization not specified
URL https://github.com/NawaMan/DefaultJ
License MIT License
Dependencies amount 0
Dependencies No dependencies
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!



Page 2481 from 2492 (items total 24920)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy