<< < 15 16 17 18 19 20 21 22 23 24 25 > >>   ∑:2539  Sort:Date

xpp3-1.1.4c.jar - XML Pull Parser 3rd Edition
Xml Pull Parser (in short XPP) is a streaming pull XML parser and should be used when there is a need to process quickly and efficiently all input elements (for example in SOAP processors). Pull parsing is just one level up from tokenizing XML (and that is actually how XPP2 default implementation is...
2009-02-08, ≈10🔥, 0💬

xsdlib-20030807.jar - MSV XSD Library
The Sun Multi-Schema XML Validator (MSV) is a Java technology tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1. JAR File Size and Download Location: File name: xsdlib.jar, xsdlib...
2009-02-08, ≈10🔥, 0💬

What Is commons-net-3.0.1.jar
What Is commons-net-3.0.1.jar? commons-net-3.0.1.jar is the JAR file for Apache Commons Net 3.0.1, which implements the client side of many basic Internet protocols. JAR File Size and Download Location: File name: commons-net.jar, commons-net-3.0.1.jar File size: 269014 bytes Date modified: 02-Jun-2...
2012-01-31, ≈10🔥, 0💬

JDK 11 jdk.zipfs.jmod - ZIP FS Module
JDK 11 jdk.zipfs.jmod is the JMOD file for JDK 11 ZIP FS module. JDK 11 ZIP FS module compiled class files are stored in \fyicenter\jdk-11.0.1\jmods\jd k.zipfs.jmod.JDK 11 ZIP FS module compiled class files are also linked and stored in the \fyicenter\jdk-11.0.1\lib\modu lesJImage file. JDK 11 ZIP F...
2019-12-02, ≈10🔥, 0💬

jline-0.9.9.jar - JLine
JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar. JAR File Size...
2009-09-09, ≈10🔥, 0💬

jsch-0.1.31.jar - Java Secure Channel
JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license. JAR File Size and Download Location: F...
2009-02-08, ≈10🔥, 0💬

jspeex0.9.7.jar - JSpeex Speex Speech Codec
JSpeex is a Java port of the Speex speech codec (Open Source/Free Software patent-free audio compression format designed for speech). It provides both the decoder and the encoder in pure Java, as well as a JavaSound SPI. JAR File Size and Download Location: File name: jspeex.jar, jspeex0.9.7.jar Fil...
2019-01-26, ≈10🔥, 2💬

💬 2019-01-26 FYIcenter.com: @zhangshan, Download jspeex0.9.7.jar and try it!

💬 2019-01-22 zhangshan: I need speex lib to deal with record files

commons-pool-1.3.jar - Apache Commons Pool 1.3
Commons Pool provides an Object-pooling API, with three major aspects: 1. A generic object pool interface that clients and implementors can use to provide easily interchangable pooling implementations. 2. A toolkit for creating modular object pools. 3. Several general purpose pool implementations. J...
2010-03-09, ≈10🔥, 0💬

ant-1.8.0.jar - Apache Ant - Part 2
Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles. JAR File Size and Download Location: File name: ant.jar, ant-1.8.0.jar File size: 1506140 bytes Date modified: 02/01/2010 Download: Apache Ant List of Classes in the JAR: &lt;&lt; Previous par...
2010-05-05, ≈10🔥, 0💬

gt-main-10.2.jar - GeoTools
GeoTools, The Open Source Java GIS Toolkit, is a Java library that provides tools for geospatial data. gt-main.jar is the Main module. JAR File Size and Download Location: File name: gt-main.jar, gt-main-10.2.jar File size: 1654140 bytes Date modified: 17-Nov-2013 Download: GeoTools Manifest of the ...
2019-01-30, ≈10🔥, 1💬

💬 2019-01-30 test: 个人爱好

asm-commons-2.2.3.jar - ASM 2.2.3 Commons
ASM is an all purpose Java bytecode manipulation and analysis framework. It can be used to modify existing classes or dynamically generate classes, directly in binary form. Provided common transformations and analysis algorithms allow to easily assemble custom complex transformations and code analys...
2009-07-03, ≈10🔥, 0💬

saxpath-1.0.jar - Simple API for XPath
The SAXPath project stands for Simple API for XPath. SAXPath is similar to SAX in that the API abstracts away the details of parsing and processing the data and provides a simple event based callback interface. It's a very useful tool for writing XPath related applications. JAR File Size and Downloa...
2009-11-09, ≈10🔥, 0💬

taglibs-session-1.0.1.jar - Session Tag library 1.0.1
The Session JSP tag library provides tags for reading or modifying client HttpSession information. A servlet container uses an HttpSession to store information about a clients session on the server. By default a JSP page will create a session for a user. The user is tied to the session using either ...
2009-02-07, ≈10🔥, 0💬

velocity-1.7.jar - Apache Velocity Engine
Velocity is a Java-based template engine. It permits web page designers to reference methods defined in Java code. Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on cre...
2011-02-15, ≈10🔥, 0💬

FAQ for Rhino JavaScript Java Library
Where to find answers to frequently asked questions on Rhino JavaScript Java Library? Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Rhino JavaScript Java Library: Download and Review Rhino JavaScript Java Library What Is Rhino JavaScript Java Librar...
2012-03-07, ≈10🔥, 0💬

bigraphbean.jar - BI Beans 10.1.2.2
Oracle Business Intelligence (BI) Beans enables developers to productively build business intelligence applications that take advantage of the rich OLAP functionality in the Oracle database. OracleBI Beans includes presentation beans - graph and crosstab, data beans - query and calculation builders ...
2009-08-26, ≈10🔥, 0💬

commons-beanutils-1.8.3.jar - Apache JavaBeans Utilities
Most Java developers are used to creating Java classes that conform to the JavaBeans naming patterns for property getters and setters. It is natural to then access these methods directly, using calls to the corresponding getXxx and setXxx methods. However, there are some occasions where dynamic acce...
2011-01-04, ≈10🔥, 0💬

axis2-java2wsdl-1.5.jar - Axis2 Java2WSDL
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the widely used Apache Axis SOAP stack, built on the lessons learnt from Apache Axis. JAR File Size and Download Location: File name: axis2-java2wsdl.jar, axis2-java2wsdl-1.5.jar File size: 25974 bytes Date ...
2009-08-04, ≈10🔥, 0💬

Java Library JAR List
How to get a list of JAR files of Java Libraries? Here is a list of JAR files of Java Libraries compiled by FYIcenter.com. It provides the JAR names, Library names and their parimary Package names. Leave a message in the comment, if you have issues getting any of the JAR files. Year JAR File JDK Pri...
2025-04-05, ≈10🔥, 1💬

💬 2023-10-03 manan: hello

ant-1.7.1.jar - Apache Ant 1.7.1
Apache Ant is a Java-based build tool. In theory, it is kind of like make, without make's wrinkles. JAR File Size and Download Location: File name: ant.jar, ant-1.7.1.jar File size: 1323005 bytes Date modified: 06/27/2008 Download: Apache Ant 1.7.1 Manifest of the JAR: Main-Class: org.apache.tools.a...
2009-02-08, ≈10🔥, 0💬

org.eclipse.core.jobs.jar - Eclipse Framework 3.2.0
Provides core support for scheduling and interacting with background activity. JAR File Size and Download Location: File name: org.eclipse.core.jobs.jar File size: 74797 bytes Date modified: 09/18/2007 Download: Eclipse Platform Manifest of the JAR: Bundle-Activator: org.eclipse.core.internal.jobs .J...
2010-01-20, ≈10🔥, 0💬

wss4j-1.6.0.jar - Apache WSS4J - Web Services Security for Java
The Apache WSS4J™ project provides a Java implementation of the primary security standards for Web Services, namely the OASIS Web Services Security (WS-Security) specifications from the OASIS Web Services Security TC JAR File Size and Download Location: File name: wss4j.jar, wss4j-1.6.0.jar File siz...
2011-07-19, ≈10🔥, 0💬

geronimo-saaj_1.3_spec-1.0.1.jar - Geronimo SAAJ
The goal of the Geronimo project is to produce a server runtime framework that pulls together the best Open Source alternatives to create runtimes that meet the needs of developers and system administrators. Our most popular distribution is a fully certified Java EE 5 application server runtime. JAR...
2009-12-28, ≈10🔥, 0💬

What Is log4j-1.2.14.jar
What Is log4j-1.2.14.jar? I got the JAR file from logging-log4j-1.2.14.zip. log4j-1.2.14.jar is the version 1.2.14 of Log4j JAR library file. Log4j is a logging library for Java applications developed by Apache Software Foundation. JAR File Size and Download Location: JAR name: log4j.jar, log4j-1.2....
2015-11-22, ≈10🔥, 0💬

<< < 15 16 17 18 19 20 21 22 23 24 25 > >>   ∑:2539  Sort:Date