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

Download JAR files tagged by accept with all dependencies

Search JAR files by class name

libffi-ndk26-static from group com.viliussutkus89.ndk.thirdparty (version 3.4.4-beta-3)

libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.

Group: com.viliussutkus89.ndk.thirdparty Artifact: libffi-ndk26-static
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi-ndk26-static
Group com.viliussutkus89.ndk.thirdparty
Version 3.4.4-beta-3
Last update 19. December 2023
Organization not specified
URL http://sourceware.org/libffi
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libffi-ndk25-shared from group com.viliussutkus89.ndk.thirdparty (version 3.4.4-beta-3)

libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.

Group: com.viliussutkus89.ndk.thirdparty Artifact: libffi-ndk25-shared
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi-ndk25-shared
Group com.viliussutkus89.ndk.thirdparty
Version 3.4.4-beta-3
Last update 19. December 2023
Organization not specified
URL http://sourceware.org/libffi
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libffi-ndk25-static from group com.viliussutkus89.ndk.thirdparty (version 3.4.4-beta-3)

libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.

Group: com.viliussutkus89.ndk.thirdparty Artifact: libffi-ndk25-static
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi-ndk25-static
Group com.viliussutkus89.ndk.thirdparty
Version 3.4.4-beta-3
Last update 19. December 2023
Organization not specified
URL http://sourceware.org/libffi
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libffi from group com.viliussutkus89.licenseOnly (version 3.4.2)

libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.

Group: com.viliussutkus89.licenseOnly Artifact: libffi
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi
Group com.viliussutkus89.licenseOnly
Version 3.4.2
Last update 09. May 2022
Organization not specified
URL http://sourceware.org/libffi
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-sanitizer from group com.mikesamuel (version 1.2.3)

Given JSON-like content, converts it to valid JSON. This can be attached at either end of a data-pipeline to help satisfy Postel's principle: be conservative in what you do, be liberal in what you accept from others Applied to JSON-like content from others, it will produce well-formed JSON that should satisfy any parser you use. Applied to your output before you send, it will coerce minor mistakes in encoding and make it easier to embed your JSON in HTML and XML.

Group: com.mikesamuel Artifact: json-sanitizer
Show all versions Show documentation Show source 
 

137 downloads
Artifact json-sanitizer
Group com.mikesamuel
Version 1.2.3
Last update 12. May 2021
Organization OWASP
URL https://github.com/OWASP/json-sanitizer
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

base from group uk.org.retep.xmpp.xmpp (version 9.11)

This is the primary module external users should depend on. It completes the uk.org.retep.xmpp.message package with the various classes that depend on the JAXB objects, primarily the primary XMPP protocols: streams, stanzaerror, streamerror, jabber-client, jabber-server, component-accept and component-connect. The JAXB handling is also defined in this module.

Group: uk.org.retep.xmpp.xmpp Artifact: base
Show documentation Show source 
 

0 downloads
Artifact base
Group uk.org.retep.xmpp.xmpp
Version 9.11
Last update 29. January 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies commons, component-accept, component-connect, delay, jabber-client, jabber-server, stanzaerror, streamerror, streams,
There are maybe transitive dependencies!

pax-jdbc-itest from group org.ops4j.pax.jdbc (version 1.5.7)

To run all integration tests, you need to set up all the databases: 1) Derby: $ export DERBY_HOME=/path/to/db-derby-10.14.2.0-bin $ cd $DERBY_HOME $ mkdir databases; cd databases $ java -jar $DERBY_HOME/lib/derbyrun.jar server start 2) MS SQL Server (for official and jtds drivers): $ podman run -itd --name pax.jdbc.sqlserver -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=PaxJdbc!(*67' -e 'MSSQL_PID=Express' \ -p 1433:1433 -d mcr.microsoft.com/mssql/server:2022-latest 3) MariaDB: $ podman run --name pax.jdbc.mariadb -p 3306:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mariadb 4) MySQL: $ podman run --name pax.jdbc.mysql -p 3307:3306 -e MYSQL_ROOT_PASSWORD=paxjdbc -d mysql 5) PostgreSQL: $ podman run --name pax.jdbc.postgresql -e POSTGRES_USER=paxjdbc -e POSTGRES_PASSWORD=paxjdbc -p 5432:5432 -d postgres:latest 6) Oracle (a bit unofficial): $ podman run -itd --name pax.jdbc.oracle -p 1521:1521 --privileged=true oracleinanutshell/oracle-xe-11g

Group: org.ops4j.pax.jdbc Artifact: pax-jdbc-itest
Show all versions 
 

0 downloads
Artifact pax-jdbc-itest
Group org.ops4j.pax.jdbc
Version 1.5.7
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies org.apache.felix.configadmin, org.apache.aries.util, org.apache.aries.transaction.manager, derby, derbynet, derbyclient, org.apache.servicemix.bundles.jasypt, org.apache.servicemix.bundles.cglib, org.apache.servicemix.bundles.c3p0,
There are maybe transitive dependencies!

slavesdk from group com.mypos (version 2.1.3)

This repository provides a native Android SDK, which enables to integrate your Mobile App with myPOS Card terminals, processed by its platform, to accept card payments (including but not limited to VISA, Mastercard, UnionPay International, JCB, Bancontact). myPOS SDK Android communicates transparently to the card terminal(s) via Bluetooth. To process checkout SDK provides management of the terminal to complete all the steps for transaction processing, return or refund, card storage for recurring transactions, and communicates to the application transaction status, card token, card masked PAN. No sensitive card data is ever passed through to or stored on the merchant's phone. All data is encrypted by the card terminal, which has been fully certified to the highest industry standards (PCI, EMV I & II, Visa, MasterCard & Amex).

Group: com.mypos Artifact: slavesdk
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact slavesdk
Group com.mypos
Version 2.1.3
Last update 05. February 2024
Organization not specified
URL https://bitbucket.org/MKDimitrov/possdk
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cics-exec-utils from group com.ibm.cics (version 1.0.0)

BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, OR OTHERWISE USING THE PROGRAM , YOU AGREE THAT THE PROGRAM IS COPYRIGHTED AND LICENSED BY IBM CORPORATION, OR ITS AFFILIATE, SOLELY FOR YOUR INTERNAL USE, AND IS NOT SOLD. IF YOU ARE ACCEPTING THESE TERMS ON BEHALF OF ANOTHER PERSON OR A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU HAVE FULL AUTHORITY TO BIND THAT PERSON, COMPANY, OR LEGAL ENTITY TO THESE TERMS. IF YOU DO NOT AGREE TO THESE TERMS: DO NOT DOWNLOAD, INSTALL, COPY, ACCESS, CLICK ON AN "ACCEPT" BUTTON, OR USE THE PROGRAM; AND PROMPTLY DESTROY ALL COPIES OF THE PROGRAM AND RELATED DOCUMENTATION.

Group: com.ibm.cics Artifact: cics-exec-utils
Show documentation 
 

0 downloads
Artifact cics-exec-utils
Group com.ibm.cics
Version 1.0.0
Last update 31. January 2024
Organization not specified
URL Not specified
License L-FJSR-6KDHKS - IBM CICS Transaction Server EXEC Utility Library for Java 1.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

glasssdk from group com.mypos (version 1.0.6)

This repository provides a guidance on integrating an Android app with a myPOS Glass payment solution. Once integrated, the app will be able to communicate and call the main myPOS Glass functionalities in order to accept card payments (Limited to VISA and Mastercard). myPOS-Glass-SDK is a bridge between the applications and myPOS Glass app, converting the smart device into a POS machine, allowing to initiate transaction, complete all steps for processing payment, make refund to the customer card account and send a custom bill slip via mail or SMS. The built-in functionalities of myPOS-Glass-SDK allows you to accept payments, make refunds and void the last approved transaction.

Group: com.mypos Artifact: glasssdk
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact glasssdk
Group com.mypos
Version 1.0.6
Last update 17. November 2022
Organization not specified
URL https://github.com/developermypos/myPOS-Glass-SDK
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 5 from 8 (items total 76)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy