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

Download org.apache.commons JAR files with all dependencies

Search JAR files by class name

commons-jcs3-jcache-extras from group org.apache.commons (version 3.2)

Group: org.apache.commons Artifact: commons-jcs3-jcache-extras
Show all versions Show documentation Show source 
 

0 downloads
Artifact commons-jcs3-jcache-extras
Group org.apache.commons
Version 3.2
Last update 22. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies geronimo-jcache_1.0_spec, geronimo-atinject_1.0_spec, geronimo-jcdi_1.1_spec, geronimo-interceptor_1.2_spec, geronimo-annotation_1.2_spec, openwebbeans-impl,
There are maybe transitive dependencies!

commons-jcs3-jcache-tck from group org.apache.commons (version 3.2)

Group: org.apache.commons Artifact: commons-jcs3-jcache-tck
Show all versions 
 

0 downloads
Artifact commons-jcs3-jcache-tck
Group org.apache.commons
Version 3.2
Last update 22. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 12
Dependencies commons-jcs3-core, commons-jcs3-jcache, test-domain, app-domain, geronimo-jcache_1.0_spec, cache-tests, jta, geronimo-jcdi_1.1_spec, geronimo-atinject_1.0_spec, geronimo-interceptor_1.2_spec, geronimo-annotation_1.2_spec, openwebbeans-impl,
There are maybe transitive dependencies!

commons-jcs3-jcache from group org.apache.commons (version 3.2)

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

0 downloads
Artifact commons-jcs3-jcache
Group org.apache.commons
Version 3.2
Last update 22. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies geronimo-jcache_1.0_spec, geronimo-atinject_1.0_spec, geronimo-jcdi_1.1_spec, geronimo-interceptor_1.2_spec, geronimo-annotation_1.2_spec, commons-jcs3-core,
There are maybe transitive dependencies!

commons-jcs3-core from group org.apache.commons (version 3.2)

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

0 downloads
Artifact commons-jcs3-core
Group org.apache.commons
Version 3.2
Last update 22. August 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

commons-jcs3 from group org.apache.commons (version 3.2)

Apache Commons JCS is a distributed, versatile caching system.

Group: org.apache.commons Artifact: commons-jcs3
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact commons-jcs3
Group org.apache.commons
Version 3.2
Last update 22. August 2023
Organization not specified
URL http://commons.apache.org/proper/commons-jcs/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

commons-fileupload2-jakarta from group org.apache.commons (version 2.0.0-M1)

The Apache Commons FileUpload Jakarta component provides a simple yet flexible means of adding support for multipart file upload functionality to Jakarta servlets and web applications.

Group: org.apache.commons Artifact: commons-fileupload2-jakarta
Show documentation Show source 
 

0 downloads
Artifact commons-fileupload2-jakarta
Group org.apache.commons
Version 2.0.0-M1
Last update 15. July 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies commons-fileupload2-core, commons-io,
There are maybe transitive dependencies!

commons-release-plugin from group org.apache.commons (version 1.8.1)

Apache Maven Mojo for Apache Commons Release tasks.

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

82 downloads
Artifact commons-release-plugin
Group org.apache.commons
Version 1.8.1
Last update 25. June 2023
Organization not specified
URL https://commons.apache.org/proper/commons-release-plugin/
License not specified
Dependencies amount 13
Dependencies commons-collections4, commons-io, maven-core, maven-plugin-api, maven-plugin-annotations, maven-scm-api, maven-scm-provider-svnexe, maven-scm-provider-svn-commons, commons-codec, commons-compress, maven-script-ant, velocity-engine-core, plexus-velocity,
There are maybe transitive dependencies!

commons-jexl3 from group org.apache.commons (version 3.3)

JEXL is a library intended to facilitate the implementation of scripting features in applications and frameworks written in Java.

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

35 downloads
Artifact commons-jexl3
Group org.apache.commons
Version 3.3
Last update 17. March 2023
Organization not specified
URL https://commons.apache.org/proper/commons-jexl/
License not specified
Dependencies amount 1
Dependencies commons-logging,
There are maybe transitive dependencies!

commons-csv from group org.apache.commons (version 1.10.0)

The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.

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

1747 downloads
Artifact commons-csv
Group org.apache.commons
Version 1.10.0
Last update 28. January 2023
Organization not specified
URL https://commons.apache.org/proper/commons-csv/
License not specified
Dependencies amount 0
Dependencies No dependencies
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!



Page 3 from 14 (items total 135)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy