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

Download JAR files tagged by other with all dependencies

Search JAR files by class name

twip from group net.sf.twip (version 3.3)

"Tests with Parameters" allows you to simply add parameters to your JUnit test methods. TwiP calls such methods with all possible combinations of their parameters... or at least some reasonable subset of commonly failing values in the case of Integers, etc. You can further reduce these values with an assume expression in an annotation, e.g. ">= 0". Alternatively you can specify a static method or field to provide the values for your test method(s), if you want to test with other than the default values. By using TwiP you change the semantics of your tests from existence to for-all quantifiers, i.e. you specify "all ravens are black" instead of "Abraxas is black", "Toni is black", etc. This moves your tests closer to an executable specification, so TwiP is a very nice addition to BDD.

Group: net.sf.twip Artifact: twip
Show all versions Show documentation Show source 
 

0 downloads
Artifact twip
Group net.sf.twip
Version 3.3
Last update 31. March 2011
Organization not specified
URL http://twip.sourceforge.net/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jxse-shell from group net.jxta (version 2.5)

The JXTA Shell is a sample application that demonstrates key concepts of JXTA JXSE. The JXTA Shell enables users to interact with the JXTA platform through a command-line interpreter. Much like the UNIX® shell, the JXTA Shell is useful for accessing and managing core platform objects (peers, groups, pipes), debugging communications problems, checking the status of peers and/or peer groups, and communicating with other JXTA services and applications. As in UNIX®, the JXTA shell allows users to "pipe" shell commands together connecting commands "on-the-fly." Pipes in Project JXTA are useful for collecting information at one peer and perhaps processing the command at another.

Group: net.jxta Artifact: jxse-shell
Show documentation Show source 
 

19 downloads
Artifact jxse-shell
Group net.jxta
Version 2.5
Last update 20. May 2010
Organization Project JXTA
URL https://jxse-shell.dev.java.net/
License Project JXTA License
Dependencies amount 2
Dependencies jxta-jxse, bcprov-jdk15,
There are maybe transitive dependencies!

maven-xradar-plugin from group net.sf.xradar (version 1.2.2)

The XRadar is an open extensible code report tool currently supporting all Java based systems. The batch-processing framework produces HTML/SVG reports of the systems current state and the development over time - all presented in sexy tables and graphs. It gets results from several brilliant open source projects and a couple of in house grown projects and presents the results as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently it only supports Java, but there are plans to produce plug ins for other leading languages.

Group: net.sf.xradar Artifact: maven-xradar-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-xradar-plugin
Group net.sf.xradar
Version 1.2.2
Last update 05. February 2010
Organization not specified
URL http://xradar.sourceforge.net/
License BSD style license
Dependencies amount 6
Dependencies maven-plugin-api, maven-project, xradar, maven-reporting-impl, plexus-resources, maven-embedder,
There are maybe transitive dependencies!

xradar from group net.sf.xradar (version 1.1.2)

The XRadar is an open extensible code report tool currently supporting all Java based systems. The batch-processing framework produces HTML/SVG reports of the systems current state and the development over time - all presented in sexy tables and graphs. It gets results from several brilliant open source projects and a couple of in house grown projects and presents the results as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently it only supports Java, but there are to produce plug ins for other leading languages.

Group: net.sf.xradar Artifact: xradar
Show all versions Show documentation Show source 
 

2 downloads
Artifact xradar
Group net.sf.xradar
Version 1.1.2
Last update 05. February 2010
Organization not specified
URL http://xradar.sourceforge.net/
License BSD style license
Dependencies amount 17
Dependencies ant-apache-resolver, ant, xalan, junit, pmd, cobertura, javancss, ccl, ant, log4j, oro, java2html, ant, xml-resolver, jdepend, checkstyle, antlr,
There are maybe transitive dependencies!

toniclf from group net.sf.squirrel-sql.thirdparty-non-maven (version 1.0.5)

This is the tonic look-and-feel packaged to be distributed with the SQuirreLSQL client. This pluggable look and feel is a free substitute for the default native look and feel of Swing, 'Metal', distributed under the GNU Lesser General Public License. Metal lacks both in usability and aesthetics. It contains considerable graphical noise, distracting the user from the key elements of the GUI. Tonic, on the other hand, tries to provide a clean, balanced look and an improved feel. Tonic is available free of charge both for commercial and non-commercial applications. It lends a professional touch and a very tidy and clean interface to your Swing based applications.

Group: net.sf.squirrel-sql.thirdparty-non-maven Artifact: toniclf
Show source 
 

3 downloads
Artifact toniclf
Group net.sf.squirrel-sql.thirdparty-non-maven
Version 1.0.5
Last update 03. October 2009
Organization not specified
URL http://www.digitprop.com/tonic/tonic.php
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

plexus-compiler-javafxc from group net.sf.m2-javafxc (version 0.3)

This component may be plugged into standard compile plugin of maven to compile JavaFX ( http://javafx.com/) sources. The component assumes that JavaFX SDK 1.2+ is installed on the machine were built process is run. Environment variable JFX_HOME should point to JavaFX installation directory (typically /usr/share/javafx-sdk1.2 for Linux machines). Version 0.3 is current one and is stable. Version 0.2 has deffect and compiles only basic code samples in all other cases it simply fail.

Group: net.sf.m2-javafxc Artifact: plexus-compiler-javafxc
Show all versions 
 

0 downloads
Artifact plexus-compiler-javafxc
Group net.sf.m2-javafxc
Version 0.3
Last update 21. July 2009
Organization not specified
URL http://m2-javafxc.sourceforge.net/
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies plexus-utils, plexus-compiler-api,
There are maybe transitive dependencies!

testsuite from group org.apache.geronimo.testsuite (version 2.1.2)

Geronimo integration testsuite. This contains 2 profiles, default and child. The default profile is used by the top level suites directly under this. The child profile is used by the test poms under the suites. This pom defines the basic dependencies needed by most suites. The start-selenium, start-server, invoke, and stop-server goals are globally configured here in the pluginManagement sections. They just need to be bound in the suites where needed and appropriate. The test poms under the suites should have this pom as their parent and set their relativePath appropriately The test poms under the suites inherit an empty 'child' profile from here. But any other build executions within the test poms should all be inside a 'child' profile.

Group: org.apache.geronimo.testsuite Artifact: testsuite
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact testsuite
Group org.apache.geronimo.testsuite
Version 2.1.2
Last update 05. August 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-xradar-plugin from group org.sourceforge.xradar (version 0.1)

The XRadar is an open extensible code report tool currently supporting all Java based systems. The batch-processing framework produces HTML/SVG reports of the systems current state and the development over time - all presented in sexy tables and graphs. It gets results from several brilliant open source projects and a couple of in house grown projects and presents the results as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently it only supports Java, but there are plans to produce plug ins for other leading languages.

Group: org.sourceforge.xradar Artifact: maven-xradar-plugin

 

0 downloads
Artifact maven-xradar-plugin
Group org.sourceforge.xradar
Version 0.1
Last update 16. June 2008
Organization not specified
URL http://xradar.sourceforge.net/
License BSD style license
Dependencies amount 4
Dependencies maven-plugin-api, maven-project, xradar, maven-reporting-impl,
There are maybe transitive dependencies!

xmlwriter from group xmlwriter (version 2.2.2)

A great way to output Xml. Far easier to code with than painful DOM or SAX like solutions and much nicer in terms of speed and memory usage. <br/> <br/> While XmlWriter contains its own xml outputter, it has the ability to sit on top of other core Xml writing products, such as <a href="http://xmlenc.sf.net/">XmlEnc</a>. In addition, the user may layer <a href="Optional.html">other functionalities</a> on top of the core writing, such as on the fly schema checking, date/number formatting, specific empty-element handling and pretty-printing.

Group: xmlwriter Artifact: xmlwriter
Show all versions Show documentation Show source 
 

0 downloads
Artifact xmlwriter
Group xmlwriter
Version 2.2.2
Last update 02. January 2008
Organization OSJava
URL http://www.osjava.org/xmlwriter/
License not specified
Dependencies amount 3
Dependencies xmlenc, isorelax, junit,
There are maybe transitive dependencies!

jtest from group com.parasoft.jtest (version 8.0.122)

Parasoft Jtest is a comprehensive Java testing product for development teams building Java EE, SOA, Web, and other Java applications. It promotes a “test early and often” strategy so that quality is built into the code, and bugs are exposed upon introduction—when fixing them requires minimal rework. By providing fast and easy ways to apply a comprehensive set of testing techniques, Jtest gives even the busiest teams a practical way to ensure that their code works as expected.

Group: com.parasoft.jtest Artifact: jtest
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jtest
Group com.parasoft.jtest
Version 8.0.122
Last update 11. January 2007
Organization Parasoft
URL http://www.parasoft.com/jsp/products/home.jsp?product=Jtest
License Jtest License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 368 from 376 (items total 3756)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy