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

Download JAR files tagged by country with all dependencies

Search JAR files by class name

ip2location-java from group com.ip2location (version 8.11.2)

IP2Location Java Component enables applications to get info from IP address such as the visitor’s country, region, city, latitude, longitude, ZIP code, ISP name, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation, usage type, address type, IAB category, district, autonomous system number (ASN) and autonomous system (AS).

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

0 downloads
Artifact ip2location-java
Group com.ip2location
Version 8.11.2
Last update 16. November 2023
Organization not specified
URL https://www.ip2location.com/software/java-component
License MIT License
Dependencies amount 3
Dependencies opencsv, gson, commons-lang3,
There are maybe transitive dependencies!

ip2location-kafka from group com.ip2location (version 1.1.0)

IP2Location Kafka Transform enables applications to get info from IP address such as the visitor’s country, region, city, latitude, longitude, ZIP code, ISP name, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation, usage type, address type, IAB category, district, autonomous system number (ASN) and autonomous system (AS).

Group: com.ip2location Artifact: ip2location-kafka
Show all versions Show documentation Show source 
 

0 downloads
Artifact ip2location-kafka
Group com.ip2location
Version 1.1.0
Last update 28. April 2023
Organization not specified
URL https://www.ip2location.com/development-libraries/ip2location/kafka
License Apache License 2.0
Dependencies amount 2
Dependencies connect-transforms, ip2location-java,
There are maybe transitive dependencies!

ip2location-java from group com.ip2proxy (version 8.3.0)

IP2Location Java Component enables applications to get info from IP address such as the visitor’s country, region, city, latitude, longitude, ZIP code, ISP name, domain name, time zone, connection speed, IDD code, area code, weather station code, weather station name, MCC, MNC, mobile brand name, elevation and usage type.

Group: com.ip2proxy Artifact: ip2location-java
Show documentation Show source 
 

0 downloads
Artifact ip2location-java
Group com.ip2proxy
Version 8.3.0
Last update 01. July 2020
Organization not specified
URL https://www.ip2location.com/software/java-component
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scala-phonenumber_2.10 from group com.oglowo (version 0.3)

This will eventually be a port of Google's libphonenumber to Scala. For now, because I need this functionality quick, it simply wraps libphonenumber. It is NOT complete by any means. I've only added the functionality that I needed. Currently you get a PhoneNumber case class that assumes the country is USA when you don't pass the country in. While you can pass the country in, the only country defined is USA. If you're interested in more from this library, report an issue or send me a pull request. I want to complete it and slowly remove the dependency on Google's libphonenumber

Group: com.oglowo Artifact: scala-phonenumber_2.10
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-phonenumber_2.10
Group com.oglowo
Version 0.3
Last update 06. May 2014
Organization com.oglowo
URL https://github.com/oGLOWo/scala-phonenumber
License Apache 2.0
Dependencies amount 6
Dependencies scala-library, scalaz-core_2.10, shapeless_2.10, scala-logging-slf4j_2.10, libphonenumber, geocoder,
There are maybe transitive dependencies!

jollyday from group de.focus-shift (version 0.28.1)

This API determines the holidays for a given year, country/name and eventually state/region. The holiday data is stored in XML files (one for each country) and will be read from the classpath. You can provide your own holiday calendar XML file or use any of the provided ones. Currently, there are over 80 countries supported like the following: * United States * Germany * France * India * Australia * and so on Besides, those there will be more special calendars like currently existing NYSE calendar (New York Stock Exchange).

Group: de.focus-shift Artifact: jollyday
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jollyday
Group de.focus-shift
Version 0.28.1
Last update 23. May 2024
Organization not specified
URL https://github.com/focus-shift/jollyday
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jollyday-tests from group de.focus-shift (version 0.17.0)

Group: de.focus-shift Artifact: jollyday-tests
Show all versions 
 

0 downloads
Artifact jollyday-tests
Group de.focus-shift
Version 0.17.0
Last update 27. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jollyday-core, jollyday-jaxb,
There are maybe transitive dependencies!

jollyday from group de.jollyday (version 0.5.10)

This API determines the holidays for a given year, country/name and eventually state/region. The holiday data is stored in XML files (one for each country) and will be read from the classpath. You can provide your own holiday calendar XML file or use any of the provided ones. Currently there are 63 countries supported like the following: United States, most european countries, Russia, India, Australia. Besides those there will be more special calendars like currently existing NYSE calendar (New York Stock Exchange).

Group: de.jollyday Artifact: jollyday
Show all versions Show documentation Show source 
 

43 downloads
Artifact jollyday
Group de.jollyday
Version 0.5.10
Last update 18. December 2019
Organization not specified
URL http://sourceforge.net/projects/jollyday
License Apache 2
Dependencies amount 1
Dependencies threeten-extra,
There are maybe transitive dependencies!

commons-crypto from group org.apache.commons (version 1.2.0)

Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level. Developers can use it to implement high performance AES encryption/decryption with the minimum code and effort. Please note that Crypto doesn't implement the cryptographic algorithm such as AES directly. It wraps to OpenSSL or JCE which implement the algorithms. Features -------- 1. Cipher API for low level cryptographic operations. 2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encryption/decryption. 3. Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors). 4. JNI-based implementation to achieve comparable performance to the native C/C++ version based on OpenSsl. 5. Portable across various operating systems (currently only Linux/MacOSX/Windows); Apache Commons Crypto loads the library according to your machine environment (it checks system properties, `os.name` and `os.arch`). 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath. Export restrictions ------------------- This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code. The following provides more details on the included cryptographic software: * Commons Crypto use [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) provided by Java * Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers

Group: org.apache.commons Artifact: commons-crypto
Show all versions Show documentation Show source 
 

74 downloads
Artifact commons-crypto
Group org.apache.commons
Version 1.2.0
Last update 14. January 2023
Organization not specified
URL https://commons.apache.org/proper/commons-crypto/
License Apache License, Version 2.0
Dependencies amount 1
Dependencies jna,
There are maybe transitive dependencies!

PerScope from group io.github.danielandroidtt (version 1.4.0)

Introducing "PerScope" Library: Simplifying Privacy Policy Event Handling for Android Apps "PerScope" is a cutting-edge library designed to streamline the processing of privacy policy events within regions where compliance with local legislation is crucial. Specifically crafted for Android applications, this library addresses the intricate task of managing privacy policy-related events while adhering to the legal requirements of the country in which the app is deployed. In today's digital landscape, ensuring user privacy and data protection is of paramount importance. Different countries have varying legal frameworks dictating how user data should be handled, necessitating robust mechanisms to accommodate these differences seamlessly. This is where the "PerScope" library shines. The key feature that sets "PerScope" apart is its incredible simplicity. With just a single function call, developers can integrate the library into their Android applications and gain immediate access to a comprehensive suite of tools for managing privacy policy events. Whether it's presenting privacy-related notifications, tracking user consents, or adapting the app's behavior based on regional requirements, "PerScope" handles it all efficiently and effectively. Here's a glimpse of what "PerScope" brings to the table: Localized Compliance: "PerScope" empowers developers to align their apps with the privacy laws of each region. By intelligently detecting the user's location, the library ensures that the app's behavior remains compliant with the specific privacy regulations of that area. Event Handling Made Easy: Instead of grappling with complex event management code, developers can integrate the "PerScope" function, drastically reducing development time and effort. The library takes care of the intricate event handling process seamlessly. Dynamic Adaptation: With the ability to dynamically adapt the app's features based on the user's consent and the local legal requirements, "PerScope" ensures a personalized and compliant user experience. Notification Presentation: "PerScope" assists in presenting privacy-related notifications to users, making it easier to inform them about data collection practices and obtain necessary consents. Smooth Integration: The library is designed to be easily integrated into existing Android applications, minimizing disruptions to the development process. In a nutshell, "PerScope" is a developer's go-to solution for managing privacy policy events within Android apps. Its single-function approach, combined with its capacity to handle a complex and critical aspect of app development, makes it an indispensable tool for app creators aiming to provide a user-centric, privacy-respecting experience while complying with regional legislation. Stay on the right side of the law and prioritize user privacy with the power of "PerScope."

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



Page 24 from 24 (items total 239)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy