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

Download net.apexes.commons JAR files with all dependencies


json-lib-ext-spring from group net.sf.json-lib (version 1.0.2)

Group: net.sf.json-lib Artifact: json-lib-ext-spring
Show documentation Show source 
Download json-lib-ext-spring.jar (1.0.2)
 

77 downloads
Artifact json-lib-ext-spring
Group net.sf.json-lib
Version 1.0.2


commons-net from group commons-net (version 3.5)

Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois

Group: commons-net Artifact: commons-net

Download commons-net.jar (3.5)
 

76 downloads
Artifact commons-net
Group commons-net
Version 3.5


Saxon-HE from group net.sf.saxon (version 9.7.0-21)

The XSLT and XQuery Processor

Group: net.sf.saxon Artifact: Saxon-HE

Download Saxon-HE.jar (9.7.0-21)
 

76 downloads
Artifact Saxon-HE
Group net.sf.saxon
Version 9.7.0-21


jasperreports from group net.sf.jasperreports (version 6.8.0)

JasperReports Library

Group: net.sf.jasperreports Artifact: jasperreports

Download jasperreports.jar (6.8.0)
 

76 downloads
Artifact jasperreports
Group net.sf.jasperreports
Version 6.8.0


torrent-utils from group net.javaw (version 1.0)

BT(BitTorrent)文件操作工具

Group: net.javaw Artifact: torrent-utils
Show documentation Show source 
Download torrent-utils.jar (1.0)
 

75 downloads
Artifact torrent-utils
Group net.javaw
Version 1.0


proguard-retrace from group net.sf.proguard (version 6.0.3)

Group: net.sf.proguard Artifact: proguard-retrace

Download proguard-retrace.jar (6.0.3)
 

75 downloads
Artifact proguard-retrace
Group net.sf.proguard
Version 6.0.3


commons-dbcp from group commons-dbcp (version 20030825.184428)

Commons Database Connection Pooling

Group: commons-dbcp Artifact: commons-dbcp

Download commons-dbcp.jar (20030825.184428)
 

75 downloads
Artifact commons-dbcp
Group commons-dbcp
Version 20030825.184428


commons-text from group org.apache.commons (version 1.3)

Apache Commons Text is a library focused on algorithms working on strings.

Group: org.apache.commons Artifact: commons-text

Download commons-text.jar (1.3)
 

75 downloads
Artifact commons-text
Group org.apache.commons
Version 1.3


tess4j from group net.sourceforge.tess4j (version 4.1.1)

# Tess4J ## Description: A Java JNA wrapper for Tesseract OCR API. Tess4J is released and distributed under the Apache License, v2.0. ## Features: The library provides optical character recognition (OCR) support for: TIFF, JPEG, GIF, PNG, and BMP image formats Multi-page TIFF images PDF document format

Group: net.sourceforge.tess4j Artifact: tess4j

Download tess4j.jar (4.1.1)
 

74 downloads
Artifact tess4j
Group net.sourceforge.tess4j
Version 4.1.1


commons-pool2 from group org.apache.commons (version 2.6.0)

The Apache Commons Object Pooling Library.

Group: org.apache.commons Artifact: commons-pool2

Download commons-pool2.jar (2.6.0)
 

74 downloads
Artifact commons-pool2
Group org.apache.commons
Version 2.6.0


barbecue from group net.sourceforge.barbecue (version 1.5-beta1)

barbecue

Group: net.sourceforge.barbecue Artifact: barbecue

Download barbecue.jar (1.5-beta1)
 

74 downloads
Artifact barbecue
Group net.sourceforge.barbecue
Version 1.5-beta1


commons-crypto from group org.apache.commons (version 1.0.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 documentation Show source 
Download commons-crypto.jar (1.0.0)
 

73 downloads
Artifact commons-crypto
Group org.apache.commons
Version 1.0.0


jopt-simple from group net.sf.jopt-simple (version 4.6)

A Java library for parsing command line options

Group: net.sf.jopt-simple Artifact: jopt-simple

Download jopt-simple.jar (4.6)
 

72 downloads
Artifact jopt-simple
Group net.sf.jopt-simple
Version 4.6


platform from group net.java.dev.jna (version 3.5.1)

Java Native Access Platform

Group: net.java.dev.jna Artifact: platform

Download platform.jar (3.5.1)
 

72 downloads
Artifact platform
Group net.java.dev.jna
Version 3.5.1


tess4j from group net.sourceforge.tess4j (version 4.2.3)

# Tess4J ## Description: A Java JNA wrapper for Tesseract OCR API. Tess4J is released and distributed under the Apache License, v2.0. ## Features: The library provides optical character recognition (OCR) support for: TIFF, JPEG, GIF, PNG, and BMP image formats Multi-page TIFF images PDF document format

Group: net.sourceforge.tess4j Artifact: tess4j

Download tess4j.jar (4.2.3)
 

71 downloads
Artifact tess4j
Group net.sourceforge.tess4j
Version 4.2.3




Page 16 from 578 (items total 8670)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy