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

Download JAR files tagged by java with all dependencies

Search JAR files by class name

safecharge-sdk-java from group com.safecharge (version 1.7.7)

SafeCharge’s REST API SDK for Java provides developer tools for accessing Safecharge's REST API. SafeCharge’s REST API is a simple, easy to use, secure and stateless API, which enables online merchants and service providers to process consumer payments through SafeCharge’s payment gateway. The API supports merchants of all levels of PCI certification, from their online and mobile merchant applications, and is compatible with a large variety of payment options, i.e. payment cards, alternative payment methods, etc.

Group: com.safecharge Artifact: safecharge-sdk-java
Show all versions Show documentation Show source 
 

6 downloads
Artifact safecharge-sdk-java
Group com.safecharge
Version 1.7.7
Last update 19. February 2024
Organization SafeCharge
URL https://github.com/SafeChargeInternational/safecharge-java
License MIT License
Dependencies amount 3
Dependencies gson, httpclient, validation-api,
There are maybe transitive dependencies!

maybe from group io.github.joselion (version 4.2.1)

Maybe<T> is a monadic wrapper similar java.util.Optional, but with a different intention. By leveraging Optional<T> benefits, it provides a functional API that safely allows us to perform operations that may or may not throw checked and unchecked exceptions. The wrapper intends to help us avoid the imperative try/catch syntax, while promoting safe exception handling and functional programming principles.

Group: io.github.joselion Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group io.github.joselion
Version 4.2.1
Last update 13. February 2024
Organization not specified
URL https://github.com/JoseLion/maybe
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies org.eclipse.jdt.annotation,
There are maybe transitive dependencies!

zookeeper-contrib-rest from group org.apache.zookeeper (version 3.9.2)

ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

Group: org.apache.zookeeper Artifact: zookeeper-contrib-rest
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-contrib-rest
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies zookeeper, slf4j-api, logback-core, asm, grizzly-servlet-webserver, jersey-server, jersey-json,
There are maybe transitive dependencies!

OpenNetLib from group dev.bitbite (version 2.0.2)

OpenNetLib is a lightweight, easy-to-use library to simplify socket communication. It is written in and for Java. It's still in an early stage but saves a lot of time already. Start using OpenNetLib today or help improving it by posting issues, questions and feature requests here: https://github.com/bitbitedev/OpenNetLib/issues

Group: dev.bitbite Artifact: OpenNetLib
Show all versions Show documentation Show source 
 

0 downloads
Artifact OpenNetLib
Group dev.bitbite
Version 2.0.2
Last update 12. February 2024
Organization not specified
URL https://github.com/bitbitedev/OpenNetLib
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fastutil from group it.unimi.dsi (version 8.5.13)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; it provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Group: it.unimi.dsi Artifact: fastutil
Show all versions Show documentation Show source 
 

1862 downloads
Artifact fastutil
Group it.unimi.dsi
Version 8.5.13
Last update 06. February 2024
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

networkaddressutils from group ltd.clear-solutions (version 1.0.0)

NetworkAddressUtils is a Java library designed to simplify network programming tasks, specifically focusing on retrieving the IPv4 address of a machine's network interfaces. It provides a straightforward API for developers to obtain the machine's local IP address, which is crucial for various network-based applications, especially those involving intra-network communication.

Group: ltd.clear-solutions Artifact: networkaddressutils
Show documentation Show source 
 

0 downloads
Artifact networkaddressutils
Group ltd.clear-solutions
Version 1.0.0
Last update 28. January 2024
Organization The Clear Solutions
URL http://www.clear-solutions.ltd
License Mit
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nifi-registry-ranger-jersey-bundle from group org.apache.nifi.registry (version 2.0.0-M2)

This module removes javax.ws.rs package from jersey-bundle.jar which is used by ranger-plugins-common.jar in order to address javax.ws.rs version mismatch between jersey-bundle.jar and NiFi Registry. NiFi Registry uses javax.ws.rs version 2.1. Without doing this, NiFi Registry encounters java.lang.LinkageError: ClassCastException: attempting to castjar:file:nifi-registry-xxx/work/jetty/nifi-registry-web-api-xxx.war/webapp/WEB-INF/lib/javax.ws.rs-api.jar!/javax/ws/rs/ext/RuntimeDelegate.classtojar:file:/home/koji/nifi-registry-xxx/./ext/ranger/lib/jersey-bundle.jar!/javax/ws/rs/ext/RuntimeDelegate.class

Group: org.apache.nifi.registry Artifact: nifi-registry-ranger-jersey-bundle
Show all versions Show source 
 

1 downloads
Artifact nifi-registry-ranger-jersey-bundle
Group org.apache.nifi.registry
Version 2.0.0-M2
Last update 26. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jersey-bundle,
There are maybe transitive dependencies!

vonce-sqlbean-android from group cn.vonce (version 1.2.0-beta13)

This is a tool that uses Java object-oriented thinking to write and generate Sql statements, and on this basis, it implements lightweight plug-in support for Android. A large number of commonly used Sql execution methods are built into the plug-in, the purpose is to improve development efficiency, reduce a large number of Sql statement writing, and let developers focus more on writing business code.

Group: cn.vonce Artifact: vonce-sqlbean-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact vonce-sqlbean-android
Group cn.vonce
Version 1.2.0-beta13
Last update 25. January 2024
Organization not specified
URL www.vonce.cn
License The MIT License
Dependencies amount 1
Dependencies vonce-sqlbean-core,
There are maybe transitive dependencies!

vonce-sqlbean-spring from group cn.vonce (version 1.6.0-beta23)

This is a tool that uses java object-oriented idea to write and generate SQL statements. On this basis, it also implements lightweight plug-in support similar to JPA for mybatis and spring JDBC. A large number of common SQL execution methods are built in plug-ins to improve development efficiency, reduce a large number of SQL statement writing, and make developers focus on business code writing.

Group: cn.vonce Artifact: vonce-sqlbean-spring
Show all versions Show documentation Show source 
 

0 downloads
Artifact vonce-sqlbean-spring
Group cn.vonce
Version 1.6.0-beta23
Last update 25. January 2024
Organization not specified
URL www.vonce.cn
License The MIT License
Dependencies amount 2
Dependencies vonce-sqlbean-core, reflectasm,
There are maybe transitive dependencies!

invest-api-java-sdk-starter from group io.github.dankosik (version 1.6.0-RC1)

Starter for RussianInvestments/invest-api-java-sdk is a convenient tool that allows you to quickly and easily integrate RussianInvestments/invest-api-java-sdk for accessing market data and trading into your Spring Boot applications. This starter provides easy configuration and automatic setup, allowing you to focus on developing functionality instead of spending time on setting up the integration with RussianInvestments/invest-api-java-sdk.

Group: io.github.dankosik Artifact: invest-api-java-sdk-starter
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact invest-api-java-sdk-starter
Group io.github.dankosik
Version 1.6.0-RC1
Last update 08. January 2024
Organization not specified
URL https://github.com/Dankosik/invest-api-java-sdk-starter
License The Apache License, Version 2.0
Dependencies amount 5
Dependencies kotlinx-coroutines-reactor, kotlinx-coroutines-core-jvm, reactor-kotlin-extensions, java-sdk-core, kotlin-stdlib,
There are maybe transitive dependencies!



Page 5839 from 6003 (items total 60026)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy