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

Download JAR files tagged by just with all dependencies

Search JAR files by class name

prime from group org.technologybrewery.prime (version 1.3.0)

In brewing, you prime nearly finished beer with a little extra sugar (or similar fermentable product) just before bottling to help the beer carbonate. In Java, Prime adds a little structure or manipulates data in your database just before starting up your application. Prime leverages Flyway to deliver "sugar" to your database - we just do a little bit to package it up to run when your war is loaded.

Group: org.technologybrewery.prime Artifact: prime
Show documentation Show source 
 

0 downloads
Artifact prime
Group org.technologybrewery.prime
Version 1.3.0
Last update 21. April 2023
Organization not specified
URL https://github.com/TechnologyBrewery/prime
License MIT License
Dependencies amount 3
Dependencies krausening, commons-lang3, flyway-core,
There are maybe transitive dependencies!

biz.aQute.jpm from group biz.aQute (version 1.10.0)

jpm is Just another Package Manager for Java. It satisfies the envy of Java developers of Ruby (with their Gems), Perl (with its cpan), and Python (with its pips). jpm makes it very easy to install Java applications on MacOS, Linux, and PC. Any jar that has a main method can easily be installed through this program from the command line.

Group: biz.aQute Artifact: biz.aQute.jpm
Show all versions Show documentation Show source 
 

0 downloads
Artifact biz.aQute.jpm
Group biz.aQute
Version 1.10.0
Last update 13. April 2023
Organization aQute SARL
URL http://bndtools.org
License http://www.opensource.org/licenses/apache2.0.php
Dependencies amount 9
Dependencies aQute.libg, biz.aQute.bndlib, slf4j-api, biz.aQute.repository, org.osgi.dto, org.osgi.framework, biz.aQute.api.result, org.osgi.util.promise, org.osgi.util.function,
There are maybe transitive dependencies!

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!

aceql-http-client-jdbc-driver from group com.aceql (version 9.3)

The AceQL Java Client JDBC Driver allows to wrap the AceQL HTTP APIs and eliminates the tedious works of handling communications errors and parsing JSON results. Android and Java Desktop application developers can access remote SQL databases and/or SQL databases in the cloud by simply including standard JDBC calls in their code, just like they would for a local database.

Group: com.aceql Artifact: aceql-http-client-jdbc-driver
Show all versions Show documentation Show source 
 

0 downloads
Artifact aceql-http-client-jdbc-driver
Group com.aceql
Version 9.3
Last update 02. March 2023
Organization KawanSoft
URL http://www.aceql.com
License Apache 2.0
Dependencies amount 4
Dependencies commons-io, javax.json, commons-lang3, gson,
There are maybe transitive dependencies!

aceql-http from group com.aceql (version 12.2)

AceQL HTTP is a framework of REST like http APIs that allow to access to remote SQL databases over http from any device that supports http. AceQL HTTP is provided with three client SDK: - The AceQL C# Client SDK allows to wrap the HTTP APIs using Microsoft SQL Server like calls in their code, just like they would for a local database. - The AceQL Java Client JDBC Driver allows to wrap the HTTP APIs using JDBC calls in their code, just like they would for a local database. - The AceQL Python Client SDK allows SQL calls to be encoded with standard unmodified DB-API 2.0 syntax

Group: com.aceql Artifact: aceql-http
Show all versions Show documentation Show source 
 

1 downloads
Artifact aceql-http
Group com.aceql
Version 12.2
Last update 22. February 2023
Organization KawanSoft
URL https://www.aceql.com
License Business Source License 1.1
Dependencies amount 23
Dependencies Cloudmersive.APIClient.Java, commons-cli, javax.json, commons-io, jsch, commons-lang3, java-jwt, commons-codec, gson, schemacrawler, jsqlparser, waffle-jna, postgresql, ojdbc6, mssql-jdbc, mysql-connector-j, jasypt, javax.servlet-api, tomcat-embed-core, tomcat-jdbc, jakarta.xml.bind-api, jaxb-runtime, logback-classic,
There are maybe transitive dependencies!

jcore-topics-writer from group de.julielab (version 2.6.1)

Writes the topic weights, given the jcore-topic-indexing-ae running before, into a simple text file. Thus, the output consists of a sequency of double numbers encodes as strings, separated by tab characters. The topic ID is just the 0-based index of each number, from left to right in the written file. The first entry of each file is the document ID.

Group: de.julielab Artifact: jcore-topics-writer
Show all versions Show documentation Show source 
 

0 downloads
Artifact jcore-topics-writer
Group de.julielab
Version 2.6.1
Last update 18. December 2022
Organization JULIE Lab Jena, Germany
URL https://github.com/JULIELab/jcore-base/tree/master/jcore-topics-writer
License BSD-2-Clause
Dependencies amount 5
Dependencies jcore-descriptor-creator, julielab-java-utilities, assertj-core, jcore-types, junit-jupiter-engine,
There are maybe transitive dependencies!

wildfly-client-all-jakarta from group org.wildfly (version 27.0.0.Alpha5)

This artifact provides a single jar that contains all classes required to use remote Jakarta Enterprise Beans and Jakarta Messaging, including all dependencies. It is intended for use by those not using maven, maven users should just import the Jakarta Enterprise Beans and Jakarta Messaging BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up with different versions on classes on the class path).

Group: org.wildfly Artifact: wildfly-client-all-jakarta
Show all versions Show source 
 

0 downloads
Artifact wildfly-client-all-jakarta
Group org.wildfly
Version 27.0.0.Alpha5
Last update 10. September 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

adal4j from group com.microsoft.azure (version 1.6.7)

Azure active directory library for Java gives you the ability to add Windows Azure Active Directory authentication to your web application with just a few lines of additional code. Using our ADAL SDKs you can quickly and easily extend your existing application to all the employees that use Windows Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.

Group: com.microsoft.azure Artifact: adal4j
Show all versions Show documentation Show source 
 

749 downloads
Artifact adal4j
Group com.microsoft.azure
Version 1.6.7
Last update 30. April 2021
Organization not specified
URL https://github.com/AzureAD/azure-activedirectory-library-for-java
License MIT License
Dependencies amount 5
Dependencies oauth2-oidc-sdk, gson, slf4j-api, commons-codec, commons-lang3,
There are maybe transitive dependencies!

analytics.android from group fm.backtracks (version 1.0.11)

Add drop-in audio and podcast analytics to any Android or Android Wear app fast. Just add the Backtracks Android SDK to get data that people thought was previously unattainable like listener engagement, retention, and more on both Android and Apple platforms (iOS, watchOS, tvOS, tabletOS, etc.). Get even more super powers with Backtracks Pro SDK which is available to Backtracks Podcast Analytics and Backtracks Measure customers.

Group: fm.backtracks Artifact: analytics.android
Show all versions 
 

0 downloads
Artifact analytics.android
Group fm.backtracks
Version 1.0.11
Last update 05. February 2021
Organization not specified
URL https://backtracks.fm
License Backtracks License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

aceql-http-client-sdk from group com.aceql (version 5.1)

The AceQL Java Client SDK allows to wrap the AceQL HTTP APIs and eliminate the tedious works of handling communications errors and parsing JSON results. Android and Java Desktop application developers can access remote SQL databases and/or SQL databases in the cloud by simply including standard JDBC calls in their code, just like they would for a local database.

Group: com.aceql Artifact: aceql-http-client-sdk
Show all versions Show documentation Show source 
 

1 downloads
Artifact aceql-http-client-sdk
Group com.aceql
Version 5.1
Last update 11. November 2020
Organization KawanSoft
URL http://www.aceql.com
License Apache 2.0
Dependencies amount 4
Dependencies commons-io, javax.json, commons-lang3, gson,
There are maybe transitive dependencies!



Page 78 from 88 (items total 874)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy