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

Download JAR files tagged by could 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!

anythingworks from group com.optimaize.anythingworks (version 1.1.0)

Java Library to Bootstrap Web service client/server development. It supports both RESTful web services (JAX-RS) and SOAP / WSDL web services (JAX-WS). Within this project classes specific for one technology are prefixed with either "Rest" or "Soap". Other technologies, like JSON-RPC, could be added. Hence the name "anything works".

Group: com.optimaize.anythingworks Artifact: anythingworks
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anythingworks
Group com.optimaize.anythingworks
Version 1.1.0
Last update 20. December 2022
Organization Optimaize GmbH, Switzerland
URL https://github.com/optimaize/anythingworks
License LGPLv3
Dependencies amount 1
Dependencies annotations,
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!

chat-android-with-symbols from group com.twilio (version 7.0.1)

Twilio Programmable Chat makes it easy for you to add chat features into your web and native mobile applications without building or scaling a real-time chat backend. Chat has all the necessary APIs and features to integrate with your business logic to ensure you are in control. This version contains native symbols which could be used to symbolicate stack traces of native crashes using crashlytics or similar tools

Group: com.twilio Artifact: chat-android-with-symbols
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chat-android-with-symbols
Group com.twilio
Version 7.0.1
Last update 26. August 2021
Organization not specified
URL https://www.twilio.com/docs/chat
License TWILIO-TOS
Dependencies amount 4
Dependencies relinker, okhttp, nv-websocket-client, appcompat,
There are maybe transitive dependencies!

fatjar-maven-plugin from group com.amitinside (version 0.0.1)

This maven plugin is responsible to create a Fat JAR bundle containing all the dependencies specified in a POM file. Sometimes users need to unpack specific dependency (eq. zip, tar etc) before packing the dependency as this dependency could contain other jar files. The primary motive is to collect all the dependencies including the plain jar dependencies and the other jar dependencies that reside in other dependency (eq. zip, tar etc). Apart from this, it could also update the versions of the specified dependencies before wrapping in a big fat JAR bundle. This internally uses bnd to wrap all the dependencies in a single fat JAR.

Group: com.amitinside Artifact: fatjar-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact fatjar-maven-plugin
Group com.amitinside
Version 0.0.1
Last update 05. February 2018
Organization not specified
URL Not specified
License Eclipse Public License - v 1.0
Dependencies amount 11
Dependencies guava, maven-invoker, commons-io, maven-model, zip4j, commons-cli, maven-plugin-api, maven-project, mojo-executor, biz.aQute.bndlib, slf4j-log4j12,
There are maybe transitive dependencies!

beige-orm from group org.beigesoft (version 1.1.3)

Beigesoft ORM library. This is simple lightweigt multiplatform (JDBC/Android) ORM library. It supports Postgresql, H2 and SQlite. Consist of ORM logic except platform dependent database access logic - e.g. JDBC or Android. It's configurable with standard Java Properties XML files. Standard SQL queries both DML(e.g. SELECT) and DDL(e.g. CREATE) are automatically generated and could be modified/replaced by Properties XML.

Group: org.beigesoft Artifact: beige-orm
Show all versions Show documentation Show source 
 

0 downloads
Artifact beige-orm
Group org.beigesoft
Version 1.1.3
Last update 24. December 2016
Organization not specified
URL http://www.beigesoft.org
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies beige-common, beige-settings,
There are maybe transitive dependencies!

spring-framework-bom from group com.covisint.core (version 4.0.2.RELEASE)

This bill of materials (BOM) POM covers all the Spring artifacts related to a particular version. By importing this BOM, you fix the version of all of Spring-related artifacts to the versions associated with a particular release. This prevents the overriding of Spring transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>springframework-bom</artifactId> <version>4.0.2.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the Spring artifacts *without* a version.

Group: com.covisint.core Artifact: spring-framework-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-framework-bom
Group com.covisint.core
Version 4.0.2.RELEASE
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

slf4j-bom from group com.covisint.core (version 1.7.6)

This bill of materials (BOM) POM covers all the SLF4J artifacts related to a particular version. By importing this BOM, you fix the version of all of SLF4J-related artifacts to the versions associated with a particular release. This prevents the overriding of SLF4J transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>slf4j-bom</artifactId> <version>1.7.6</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the SLF4J artifacts *without* a version.

Group: com.covisint.core Artifact: slf4j-bom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact slf4j-bom
Group com.covisint.core
Version 1.7.6
Last update 22. April 2015
Organization not specified
URL http://covisint.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 23 from 29 (items total 284)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy