<< < 4 5 6 7 8 9 10 11 12 13 14 > >>   ∑:507  Sort:Date

janino-2.4.2.jar - Janino
Janino is a compiler that reads a Java expression, block, class body, source file or a set of source files, and generates Java bytecode that is loaded and executed directly. Janino is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, e.g. expression e...
2009-11-12, ∼5735🔥, 0💬

commons-compress-1.4.1.jar - Apache Commons Compress
The Apache Commons Compress library defines an API for working with ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z and arj files. JAR File Size and Download Location: File name: commons-compress-1.4.1.jar File size: 241367 bytes Date modified: 22-May-2012 Download: Apache Commons Compre...
2018-10-30, ∼5696🔥, 1💬

💬 2018-10-30 孙立莹: 。。。。

castor-1.2-jdo.jar - Caster Data Binding - JDO
Castor is an Open Source data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. JAR File Size and Download Location: File name: castor-jdo.jar, castor-1.2-jdo.jar File ...
2010-04-06, ∼5638🔥, 0💬

castor-1.3-codegen.jar - Caster Data Binding - Code Generator
Castor is an Open Source data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. JAR File Size and Download Location: File name: castor-codegen.jar, castor-1.3-codegen.j...
2010-03-30, ∼5600🔥, 0💬

jsr181-api-1.0-MR1.jar - JSR 181 - Web Services Metadata for the Java Platform
JSR 181: Web Services Metadata for the Java Platform defines an annotated Java syntax for programming Web Services. The principal goal of the specification is to provide a simplified model for web services development that is easy to learn and quick to develop with. The specification will focus on e...
2012-03-05, ∼5593🔥, 0💬

jna-3.2.7.jar - Java Native Access (JNA)
JNA provides Java programs easy access to native shared libraries (DLLs on Windows) without writing anything but Java code, no JNI or native code is required. This functionality is comparable to Windows' Platform/Invoke and Python's ctypes. Access is dynamic at runtime without code generation. JAR F...
2015-04-23, ∼5542🔥, 0💬

commons-proxy-1.0.jar - Apche Commons Proxy
The Proxy design pattern allows you to provide "a surrogate or placeholder for another object to control access to it". Proxies can be used in many ways. Some of which are: Deferred Initialization - the proxy acts as a "stand-in" for the actual implementation allowing it to be instantiated only when...
2012-02-02, ∼5434🔥, 0💬

commons-daemon-1.0.10.jar - Apache Commons Daemon
Apache Commons Daemon can be used to run executables or java applications as windows service or UNIX daemon. JAR File Size and Download Location: File name: commons-daemon.jar, commons-daemon-1.0.10.jar File size: 24242 bytes Date modified: 24-Feb-2012 Download: Apache Commons Daemon Manifest of the...
2012-04-02, ∼5412🔥, 0💬

snakeyaml-1.11.jar - SnakeYAML
YAML is a data serialization format designed for human readability and interaction with scripting languages. SnakeYAML is a YAML parser and emitter for the Java programming language. JAR File Size and Download Location: File name: snakeyaml.jar, snakeyaml-1.11.jar File size: 270552 bytes Date modifi...
2014-06-12, ∼5407🔥, 0💬

commons-attributes-api-2.2.jar - Apache Commons Attributes
Commons Attributes enables Java programmers to use C#/.Net-style attributes in their code. JAR File Size and Download Location: File name: commons-attributes-api.jar, commons-attributes-api-2.2.jar File size: 36718 bytes Date modified: 03-Aug-2006 Download: Apache Commons Attributes Manifest of the ...
2012-03-29, ∼5405🔥, 0💬

jgroups-2.4.8.GA.jar - JGroups
JGroups is a toolkit for reliable multicast communication. (Note that this doesn't necessarily mean IP Multicast, JGroups can also use transports such as TCP). It can be used to create groups of processes whose members can send messages to each other. JAR File Size and Download Location: File name: ...
2010-03-23, ∼5401🔥, 0💬

castor-1.3-core.jar - Caster Data Binding - Core
Castor is an Open Source data binding framework for Java[tm]. It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. JAR File Size and Download Location: File name: castor-core.jar, castor-1.3-core.jar...
2010-04-01, ∼5397🔥, 0💬

tjc-1.4.1.jar - TJC - A Tcl to Java Compiler
The TJC compiler was designed to optimize for runtime execution speed. Execution time required to compile Tcl procs, as well as runtime memory usage, were secondary considerations. JAR File Size and Download Location: File name: tjc.jar, tjc-1.4.1.jar File size: 2173055 bytes Date modified: 04/04/20...
2009-11-05, ∼5385🔥, 0💬

commons-launcher.jar - Apache Commons Launcher 1.1
The Launcher Component is designed to be a cross platform Java application launcher. Commons-launcher eliminates the need for a batch or shell script to launch a Java class. JAR File Size and Download Location: File name: commons-launcher.jar, commons-launcher-1.1.jar File size: 44512 bytes Date mod...
2012-04-03, ∼5369🔥, 0💬

guava-18.0.jar - Google Core Libraries
JAR File Size and Download Location: JAR name: guava.jar, guava-18.0.jar JAR version: guava-18.0.jar Target JDK version: 1.6 Dependency: None File name: guava-18.0.jar File size: 2256213 bytes Date modified: 15-Aug-2014 Download: Guava Page Manifest of the JAR: Bnd-LastModified: 1408992499326 Build-...
2015-10-19, ∼5367🔥, 0💬

castor-1.3-ddlgen.jar - Caster Data Binding - DDL Generator
Castor is an Open Source data binding framework for Java[tm]. It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. JAR File Size and Download Location: File name: castor-ddlgen.jar, castor-1.3-ddlgen...
2010-03-31, ∼5348🔥, 0💬

picocontainer.jar - PicoContainer
PicoContainer is a highly embeddable, full-service, Inversion of Control (IoC) container for components honor the Dependency Injection pattern. The project started in 2003 and pioneered Constructor Injection auto-wiring. It is also Open Source and therefore free to use. The license is BSD and thus y...
2011-11-24, ∼5318🔥, 0💬

Download Apache Commons Lang v3 Binary Package
How to download and install Apache Commons Lang v3 Binary Package? commons-lang3-3.12.0-bin.zip is the binary package of version 3.12.0 of the Apache Commons Lang 3 library, which provides a host of helper utilities for the java.lang API. This binary package contains a pre-compiled version of Apache...
2017-04-15, ∼5310🔥, 0💬

castor-1.3-xml-schema.jar - Caster Data Binding - XML Schema
Castor is an Open Source data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. JAR File Size and Download Location: File name: castor-xml-schema.jar, castor-1.3-xml-sc...
2010-03-30, ∼5290🔥, 0💬

oromatcher.jar - Jakarta ORO
The Jakarta-ORO Java classes are a set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc. This library is the successor to the OROMatche...
2024-03-14, ∼5271🔥, 1💬

💬 2024-03-14 Pelayo: Thanks

"javaws -viewer" - View Cached Java Applications
How to use the "javaws -viewer" command to view cached Java applications? By default, when JavaWS downloads and runs a Java application downloaded from a remote server, it will keep a copy in the cache on the local computer. You can use the "javaws -viewer" command to view the list of Java applicati...
2018-01-06, ∼5256🔥, 0💬

Download and Install jexcelapi_2_6_12.zip
How to download and install jexcelapi_2_6_12.zip? Java Excel API (JExcelApi), jxl.jar, is Java library for reading, writing and modifying Microsoft Excel spreadsheet files. You can follow these steps to download and install jexcelapi_2_6_12.zip to use jxl.jar: 1. Go to the Java Excel API Website. 2....
2018-03-04, ∼5250🔥, 0💬

commons-transaction-1.2.jar - Apache Commons Transaction
Commons Transaction aims at providing lightweight, standardized, well tested and efficient implementations of utility classes commonly used in transactional Java programming. Initially there are implementations for multi level locks, transactional collections and transactional file access. There may...
2012-04-04, ∼5238🔥, 0💬

castor-1.2-codegen.jar - Caster Data Binding - Code Generator
Castor is an Open Source data binding framework for Java. It's the shortest path between Java objects, XML documents and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. JAR File Size and Download Location: File name: castor-codegen.jar, castor-1.2-codegen.j...
2010-04-05, ∼5237🔥, 0💬

<< < 4 5 6 7 8 9 10 11 12 13 14 > >>   ∑:507  Sort:Date