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

Download JAR files tagged by android with all dependencies

Search JAR files by class name

JBRestAPI from group io.github.josecarlosbran (version 0.2.3)

JBRestAPI es una librería java que permite el consumo de un RestAPI en segundo plano, lo cual evita la interrupción del hilo principal, lo cual la hace una librería útil para aplicaciones android como para programas que desean tener un mejor rendimiento de manera fácil. Para mayor información, consultar el siguiente enlace https://github.com/JoseCarlosBran/JBRestAPI/blob/master/Readme.md

Group: io.github.josecarlosbran Artifact: JBRestAPI
Show all versions Show documentation Show source 
 

0 downloads
Artifact JBRestAPI
Group io.github.josecarlosbran
Version 0.2.3
Last update 29. August 2023
Organization not specified
URL https://github.com/JoseCarlosBran/JBRestAPI/blob/master/Readme.md
License The Apache License, Version 2.0
Dependencies amount 8
Dependencies LogsJBSupport, jakarta.ws.rs-api, jersey-client, jersey-hk2, jakarta.activation-api, jersey-media-moxy, jersey-media-jaxb, lombok,
There are maybe transitive dependencies!

adal from group com.microsoft.aad (version 4.7.1)

Azure active directory library for Android gives you the ability to add Windows Azure Active Directory authentication to your 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.aad Artifact: adal
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact adal
Group com.microsoft.aad
Version 4.7.1
Last update 10. June 2023
Organization not specified
URL https://github.com/AzureAD/azure-activedirectory-library-for-android
License MIT License
Dependencies amount 7
Dependencies appcompat, gson, annotation, legacy-support-v4, nimbus-jose-jwt, constraintlayout, common,
There are maybe transitive dependencies!

RootChecker from group io.github.broscr (version 0.4)

RootChecker is a lightweight Android library that provides easy and efficient methods to determine whether the device is rooted, an emulator, using a proxy, or is debuggable. This library is useful for developers who want to improve the security and performance of their applications by preventing them from running on rooted devices, emulators, devices using a proxy, or debuggable devices.

Group: io.github.broscr Artifact: RootChecker
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact RootChecker
Group io.github.broscr
Version 0.4
Last update 15. April 2023
Organization not specified
URL https://github.com/broscr/RootChecker
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

amazon-appstore-sdk from group com.amazon.device (version 3.0.4)

The Appstore SDK provides functionality for handling Digital Rights Management (DRM) and In-App Purchasing (IAP) within your Java-based Android-based app. DRM, or more generally "license verification," is used to address developer concerns around unauthorised copying and distribution of apps. With In-App Purchasing (IAP), users can purchase digital items within your app, such as extra lives for a game or a subscription to premium content

Group: com.amazon.device Artifact: amazon-appstore-sdk
Show all versions Show documentation 
 

0 downloads
Artifact amazon-appstore-sdk
Group com.amazon.device
Version 3.0.4
Last update 13. March 2023
Organization not specified
URL https://developer.amazon.com/docs/apps-and-games/sdk-downloads.html#iap
License Program Materials License
Dependencies amount 0
Dependencies No dependencies
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!

silhouette from group io.github.freddychen (version 0.0.3)

Encapsulated common Android controls, such as sletextbutton, sleimagebutton, sleconstraintlayout, sleframelayout, slelinearlayout, slerelativelayout, etc. Make the control have the functions of shape and selector, and save the cumbersome steps of writing shape or selector files. In addition, it supports n color gradients, which makes up for the deficiency that the native shape file only supports three colors (startcolor / centercolor / endcolor).

Group: io.github.freddychen Artifact: silhouette
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact silhouette
Group io.github.freddychen
Version 0.0.3
Last update 24. February 2022
Organization not specified
URL https://github.com/FreddyChen/Silhouette.git
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies core-ktx, appcompat, material,
There are maybe transitive dependencies!

cache2k-core from group org.cache2k (version 2.6.1.Final)

A light weight and high performance Java caching library. Android and Java 6 compatible. This artifact contains the implementation of the core functionality of cache2k. For using and integrating cache2k in applications please use the definitions in the cache2k-api artifact only. Classes within the implementation code are not stable within releases and may move or even disappear.

Group: org.cache2k Artifact: cache2k-core
Show all versions Show documentation Show source 
 

16 downloads
Artifact cache2k-core
Group org.cache2k
Version 2.6.1.Final
Last update 07. February 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies cache2k-api,
There are maybe transitive dependencies!

netcipher-chboye from group info.guardianproject.netcipher (version 2.2.0-alpha)

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Group: info.guardianproject.netcipher Artifact: netcipher-chboye
Show all versions Show documentation Show source 
 

0 downloads
Artifact netcipher-chboye
Group info.guardianproject.netcipher
Version 2.2.0-alpha
Last update 06. May 2021
Organization not specified
URL https://guardianproject.info/code/netcipher
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

netcipher-conscrypt from group info.guardianproject.netcipher (version 2.2.0-alpha)

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Group: info.guardianproject.netcipher Artifact: netcipher-conscrypt
Show documentation Show source 
 

0 downloads
Artifact netcipher-conscrypt
Group info.guardianproject.netcipher
Version 2.2.0-alpha
Last update 06. May 2021
Organization not specified
URL https://guardianproject.info/code/netcipher
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

netcipher-httpclient from group info.guardianproject.netcipher (version 2.2.0-alpha)

NetCipher is a library for Android that provides multiple means to improve network security in mobile applications. It provides best practices TLS settings using the standard Android HTTP methods, HttpURLConnection and Apache HTTP Client, provides simple Tor integration, makes it easy to configure proxies for HTTP connections and `WebView` instances.

Group: info.guardianproject.netcipher Artifact: netcipher-httpclient
Show all versions Show documentation Show source 
 

0 downloads
Artifact netcipher-httpclient
Group info.guardianproject.netcipher
Version 2.2.0-alpha
Last update 06. May 2021
Organization not specified
URL https://guardianproject.info/code/netcipher
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 1920 from 1926 (items total 19251)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy