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

Download JAR files tagged by order with all dependencies

Search JAR files by class name

externalsortinginjava from group com.google.code.externalsortinginjava (version 0.6.2)

Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example? When we could not find such a simple program, we wrote one.

Group: com.google.code.externalsortinginjava Artifact: externalsortinginjava
Show all versions Show documentation Show source 
 

5 downloads
Artifact externalsortinginjava
Group com.google.code.externalsortinginjava
Version 0.6.2
Last update 04. April 2023
Organization not specified
URL http://github.com/lemire/externalsortinginjava/
License Public Domain
Dependencies amount 1
Dependencies commons-csv,
There are maybe transitive dependencies!

jbizmo-invoker-javaee from group net.sourceforge.jbizmo (version 6.5.0)

Group: net.sourceforge.jbizmo Artifact: jbizmo-invoker-javaee
Show all versions Show documentation Show source 
 

0 downloads
Artifact jbizmo-invoker-javaee
Group net.sourceforge.jbizmo
Version 6.5.0
Last update 01. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jbizmo-commons-invoker,
There are maybe transitive dependencies!

jbizmo-commons-javaee from group net.sourceforge.jbizmo (version 6.5.0)

Group: net.sourceforge.jbizmo Artifact: jbizmo-commons-javaee
Show all versions Show documentation Show source 
 

0 downloads
Artifact jbizmo-commons-javaee
Group net.sourceforge.jbizmo
Version 6.5.0
Last update 01. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jbizmo-commons-server,
There are maybe transitive dependencies!

reinheitsgebot-rules from group org.bitbucket.cpointe.reinheitsgebot (version 1.0.1)

Group: org.bitbucket.cpointe.reinheitsgebot Artifact: reinheitsgebot-rules
Show all versions Show documentation Show source 
 

0 downloads
Artifact reinheitsgebot-rules
Group org.bitbucket.cpointe.reinheitsgebot
Version 1.0.1
Last update 05. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies enforcer-api, enforcer-rules, maven-core, maven-plugin-api,
There are maybe transitive dependencies!

reinheitsgebot-test from group org.bitbucket.cpointe.reinheitsgebot (version 1.0.1)

Group: org.bitbucket.cpointe.reinheitsgebot Artifact: reinheitsgebot-test
Show all versions 
 

0 downloads
Artifact reinheitsgebot-test
Group org.bitbucket.cpointe.reinheitsgebot
Version 1.0.1
Last update 05. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies stout-authentication, krausening,
There are maybe transitive dependencies!

reinheitsgebot from group org.bitbucket.cpointe.reinheitsgebot (version 1.0.1)

In German history,Reinheitsgebot (pronounced RINE-HITES-KUH-BOWT) was a "purity order" regulating the ingredients that could be used to make beer. Here, it is an extension to Maven Enforcer Plugin that extends the standard ability to ban dependencies by checking dependency management in addition to standard dependencies (that is using this rule simultaneously handles banning regular and dependency management dependencies).

Group: org.bitbucket.cpointe.reinheitsgebot Artifact: reinheitsgebot
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact reinheitsgebot
Group org.bitbucket.cpointe.reinheitsgebot
Version 1.0.1
Last update 05. October 2022
Organization not specified
URL https://bitbucket.org/cpointe/reinheitsgebot
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group edu.byu.hbll (version 1.4.2)

Various JSON helper classes and utilities based on Jackson. This also provides as compile dependencies the Jackson annotations, core, databind, datatype-jdk8, module-jaxb-annotations, and datatype-jsr310 modules along with snakeyaml. Therefore you only need to declare this library as a dependency in order to include those other dependencies.

Group: edu.byu.hbll Artifact: json
Show all versions Show documentation Show source 
 

2 downloads
Artifact json
Group edu.byu.hbll
Version 1.4.2
Last update 29. March 2022
Organization not specified
URL https://gitlab.com/byuhbll/lib/java/${project.artifactId}
License not specified
Dependencies amount 7
Dependencies jackson-annotations, jackson-core, jackson-databind, jackson-datatype-jdk8, jackson-module-jaxb-annotations, jackson-datatype-jsr310, snakeyaml,
There are maybe transitive dependencies!

test-resources from group de.scrum-master (version 1.4.2)

Artifact to be imported for getting all necessary dependencies for JUnit, Spock, Geb, Selenium + web drivers, web driver manager by bonigarcia plus basic configuration like GebConfig. Please add this artifact as a dependency with scope=test to your project. In order to also get the right dependency versions please also import de.scrum-master:test-bom with type=pom, scope=import from the dependencyManagement section of your project.

Group: de.scrum-master Artifact: test-resources
Show all versions Show documentation Show source 
 

0 downloads
Artifact test-resources
Group de.scrum-master
Version 1.4.2
Last update 17. February 2022
Organization Scrum-Master.de - Agile Project Management
URL https://github.com/kriegaex/MavenTestResources
License GNU General Public License (GPL) version 3.0
Dependencies amount 21
Dependencies junit, spock-core, groovy-all, cglib-nodep, objenesis, geb-spock, geb-core, geb-implicit-assertions, selenium-api, selenium-java, selenium-support, selenium-firefox-driver, selenium-chrome-driver, selenium-ie-driver, selenium-edge-driver, selenium-opera-driver, selenium-remote-driver, htmlunit-driver, websocket-client, webdrivermanager, java-client,
There are maybe transitive dependencies!

test-bom from group de.scrum-master (version 1.4.2)

Maven BoM (Bill of Materials) defining dependency versions for JUnit, Spock, Geb, Selenium + web drivers, web driver manager by bonigarcia. Please import this artifact with type=pom, scope=import from the dependencyManagement section of your project. In order to also get the dependencies themselves plus basic configuration like GebConfig, please also add the dependency de.scrum-master:test-resources with scope=test to your project.

Group: de.scrum-master Artifact: test-bom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact test-bom
Group de.scrum-master
Version 1.4.2
Last update 17. February 2022
Organization Scrum-Master.de - Agile Project Management
URL https://github.com/kriegaex/MavenTestBom
License GNU General Public License (GPL) version 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

lema-provider-common from group com.gitlab.lema-suite (version 0.8.0)

Group: com.gitlab.lema-suite Artifact: lema-provider-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact lema-provider-common
Group com.gitlab.lema-suite
Version 0.8.0
Last update 14. December 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 66 from 83 (items total 826)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy