< 1 2 3 4 > >>   Sort: Date

commons-jexl-1.1.jar - Java Expression Language (JEXL)
JEXL is a library intended to facilitate the implementation of dynamic and scripting features in applications and frameworks written in Java. JEXL implements an Expression Language based on some extensions to the JSTL Expression Language supporting most of the constructs seen in shell-script or ECMA...
2012-01-26, 5372🔥, 0💬

soapui-4.6.1.jar - soapUI - Part 5
SoapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, compliance, and load tests. In a single test environment, ...
2013-11-20, 4985🔥, 0💬

Downloading JTS Topology Suite 1.13
The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium. Download File Size and Download Location: File name:...
2014-02-20, 4685🔥, 0💬

Run org.junit.runner.JUnitCore in junit-4.12.jar
How to run org.junit.runner.JUnitCore in junit-4.12.jar? org.junit.runner.JUnitCore is the main class of the JUnit 4.12, which requires hamcrest-core-1.3.jar. If you run org.junit.runner.JUnitCore without Hamcrest, you will get a NoClassDefFoundError exception: \fyicenter&gt;java -version java v...
2016-02-24, 4430🔥, 0💬

qdox-1.5.jar - QDox - Quick JavaDoc Scanner
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. JAR File Size and Download Location: File name: qdox.jar, qdox-1.5.jar File size: ...
2012-03-29, 4163🔥, 0💬

soapui-4.6.1.jar - soapUI - Part 6
SoapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, compliance, and load tests. In a single test environment, ...
2013-11-20, 4072🔥, 0💬

qdox-1.6.1.jar - QDox - Quick JavaDoc Scanner
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools. JAR File Size and Download Location: File name: qdox.jar, qdox-1.6.1.jar File size...
2012-03-30, 3984🔥, 0💬

groovy-all-1.7.5.jar - Groovy - Part III
Groovy is an agile and dynamic language for the Java Virtual Machine. It builds upon the strengths of Java but has additional power features inspired by languages like Python, Ruby and Smalltalk. JAR File Size and Download Location: File name: groovy-all-1.7.5.jar File size: 5704190 bytes Date modif...
2013-09-03, 3916🔥, 0💬

Downloading HBase 0.96.0
Apache HBase is the Hadoop database, a distributed, scalable, big data store. Download File Size and Download Location: File name: hbase-0.96.0-hadoop1-bin.tar.g zFile size: 66,140,627 bytes Release date: 2013-10-11 Download: Apache HBase File list of hbase-0.96.0-hadoop1-bin.tar.g z:hbase-0.96.0-ha...
2014-07-11, 3908🔥, 0💬

Downloading Mahout 0.8
Apache Mahout is a project of the Apache Software Foundation to produce free implementations of distributed or otherwise scalable machine learning algorithms focused primarily in the areas of collaborative filtering, clustering and classification. Many of the implementations use the Apache Hadoop pl...
2016-11-25, 3850🔥, 1💬

💬 2016-05-15 kanzaki: the fpg.props has been removed but I desperately need it, could you please send it to me?

Sample Program for junit-3.8.1.jar
How to write a Sample program to use junit-3.8.1.jar? JUnit is a simple framework to write repeatable tests for Java applications. In order to use junit-3.8.1.jar, we need to write a simple Java application, Calculator.java: // Copyright (c) 2015 FYIcenter.com public class Calculator { public int ev...
2016-03-09, 3845🔥, 0💬

commons-jelly-tags-junit-1.0.jar - Apache Jelly
Jelly, Executable XML, is a tool for turning XML into executable code. So Jelly is a Java and XML based scripting and processing engine. Jelly can be used as a more flexible and powerful front end to Ant such as in the Maven project, as a testing framework such as JellyUnit, in an intergration or wo...
2012-01-19, 3820🔥, 0💬

Downloading Apache Solr 4.6.0
Solr is the popular, blazing fast open source enterprise search platform from the Apache LuceneTM project. Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handli...
2014-03-19, 3726🔥, 0💬

Download and Install junit-3.8.1.jar
How to download and install junit-3.8.1.jar? JUnit is a simple framework to write repeatable tests for Java applications. You can follow these steps to download and install junit-3.8.1.jar: 1. Go to the JUnit Website . 2. Click the "Download and install" link. You will see the GitHub JUnit page. 3. ...
2016-03-07, 3682🔥, 0💬

Downloading GNU Trove 3.0.3
GNU Trove are high performance collections for Java with 2 objectives: 1. Provide "free" (as in "free speech" and "free beer"), fast, lightweight implementations of the java.util Collections APIl; 2. Whenever possible, provide the same collections support for primitive types. Download File Size and ...
2013-12-12, 3499🔥, 0💬

Downloading HTML Parser 1.6
HTML Parser is a Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, it features filters, visitors, custom tags and easy to use JavaBeans. It is a fast, robust and well tested package. Download File Size and Download Location: File n...
2013-11-07, 3365🔥, 0💬

FAQ for JUnit (Java Unit) Testing
Where can I find answers to FAQ on JUnit (Java Unit) Testing? I want to know how to download, install and use JUnit API for my Java application. You can find your answers here at jar.FYIcenter.com. We have compiled answers to some basic FAQ (Frequently Asked Questions) for FAQ for JUnit (Java Unit) ...
2016-06-13, 3125🔥, 0💬

Run Sample with junit-3.8.1.jar in GUI Mode
How to run sample program with junit-3.8.1.jar in GUI mode? I have Calculator.java and the JUnit test program, CalculatorTest.java ready. junit-3.8.1.jar is the version 3.8.1 of JUnit JAR library file. It provides two execution modes: text mode and GUI mode. To run the JUnit test program, Calculator...
2016-03-12, 3029🔥, 0💬

Downloading Apache MRUnit 1.0.0
Apache MRUnit is a Java library that helps developers unit test Apache Hadoop map reduce jobs. Download File Size and Download Location: File name: apache-mrunit-1.0.0-hadoop1-bi n.tar.gzFile size: 1,727,125 bytes Release date: 2013-04-13 Download: Apache MRUnit File list of apache-mrunit-1.0.0-hado...
2014-06-23, 3023🔥, 0💬

What Is hamcrest-1.3.zip
What Is hamcrest-1.3.zip? hamcrest-1.3.zip is the binary package of Hamcrest 1.3 in ZIP format. It can be used on Windows systems and other OS systems too. Download File Size and Download Location: File name: hamcrest-1.3.zip File size: 3,782,829 bytes Release date: 12-Jul-2014 Download: Hamcrest Pr...
2016-03-14, 2935🔥, 0💬

lucene-test-framework-4.3.1.jar - Apache Lucene Test-Framework
Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. lucene-test-framework.jar - Framework for testing Lucene-based applications. JAR File Size and Download Location: File...
2013-07-29, 2900🔥, 0💬

Download and Install junit-4.7.jar
How to download and install junit-4.7.jar? JUnit is a simple framework to write repeatable tests for Java applications. You can follow these steps to download and install junit-4.7.jar: 1. Go to the JUnit Website . 2. Click the "Download and install" link. You will see the GitHub JUnit page. 3. Clic...
2016-03-04, 2899🔥, 0💬

jboss-kernel-2.0.6.GA.jar - JBoss Microcontainer
The JBoss Microcontainer is a refactoring of JBoss's JMX Microkernel to support direct POJO deployment and standalone use outside the JBoss application server. jboss-kernel.jar is the Kernel module. JAR File Size and Download Location: File name: jboss-kernel-2.0.6.GA.jar File size: 598573 bytes Dat...
2014-02-27, 2892🔥, 0💬

Download and Install junit-4.11.jar
How to download and install junit-4.11.jar? JUnit is a simple framework to write repeatable tests for Java applications. You can follow these steps to download and install junit-4.11.jar: 1. Go to the JUnit Website . 2. Click the "Download and install" link. You will see the GitHub JUnit page. 3. Cl...
2016-02-26, 2818🔥, 0💬

< 1 2 3 4 > >>   Sort: Date