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

Download JAR files tagged by using with all dependencies

Search JAR files by class name

skinlf from group net.sf.squirrel-sql.thirdparty-non-maven (version 6.7)

Skin Look And Feel allows Java developers to write skin-able application using the Swing toolkit. Skin Look And Feel is able to load themepacks (a bundle of GTK - The Gimp Toolkit - and KDE - The K Desktop Environment - skins) to enhance your application GUI controls such as Buttons, Checks, Radios, Scrollbars, Progress Bar, Lists, Tables, Internal Frames, Colors, Background Textures, Regular Windows. Skin Look And Feel (aka SkinLF) also includes NativeSkin to create irregular windows.

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

10 downloads
Artifact skinlf
Group net.sf.squirrel-sql.thirdparty-non-maven
Version 6.7
Last update 01. October 2009
Organization not specified
URL http://www.l2fprod.com/skinlf
License Apache Software License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

appfuse-plugins from group org.appfuse (version 2.0.2)

Group: org.appfuse Artifact: appfuse-plugins
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact appfuse-plugins
Group org.appfuse
Version 2.0.2
Last update 11. May 2008
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-warpath-plugin from group org.appfuse (version 2.0.2)

Group: org.appfuse Artifact: maven-warpath-plugin
Show all versions Show documentation Show source 
 

4 downloads
Artifact maven-warpath-plugin
Group org.appfuse
Version 2.0.2
Last update 11. May 2008
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies maven-plugin-api, maven-project, maven-artifact, maven-core, plexus-utils, plexus-utils,
There are maybe transitive dependencies!

wicket from group wicket (version 1.2.7)

Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a first-class component model backed by POJO data beans that can easily be persisted using your favorite technology.

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

6 downloads
Artifact wicket
Group wicket
Version 1.2.7
Last update 23. March 2008
Organization not specified
URL http://wicketframework.org/${project.artifactId}-1.2
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sablecc from group sablecc (version 3.2-1)

SableCC is an object-oriented framework that generates compilers (and interpreters) in the Java programming language. This framework is based on two fundamental design decisions. Firstly, the framework uses object-oriented techniques to automatically build a strictly-typed abstract syntax tree. Secondly, the framework generates tree-walker classes using an extended version of the visitor design pattern which enables the implementation of actions on the nodes of the abstract syntax tree using inheritance. These two design decisions lead to a tool that supports a shorter development cycle for constructing compilers.

Group: sablecc Artifact: sablecc
Show all versions Show source 
 

1 downloads
Artifact sablecc
Group sablecc
Version 3.2-1
Last update 25. February 2008
Organization not specified
URL http://sablecc.org
License GNU Lesser General Public License, Version 2.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

stopwatch from group com.commsen.stopwatch.api (version 0.3)

Stopwatch is a free, simple, highly extensible, Java API that allows developers to easily monitor whole application or any part of it. By default Stopwatch generate reports about hits, execution times (total, average, minimum, maximum) as well as load but it can be easily extended to measure anything else by providing custom engine. Out of the box Stopwatch uses an in-memory HSQL database. It is able to persist collected data using a "storage". There is "storage" provided to persist into HSQL database and custom "storage" can be easily integrated.

Group: com.commsen.stopwatch.api Artifact: stopwatch
Show source 
 

40 downloads
Artifact stopwatch
Group com.commsen.stopwatch.api
Version 0.3
Last update 26. July 2006
Organization Commsen International
URL http://jstopwatch.sourceforge.net
License Common Public License Version 1.0
Dependencies amount 1
Dependencies hsqldb,
There are maybe transitive dependencies!

nekodtd from group nekohtml (version 0.1.11)

NekoDTD is a configuration that parses Document Type Definition (DTD) files and converts the information into an XML document. This representation can then be processed using standard XML processors and applications to perform grammar analysis, convert the DTD into other grammar formats, etc. For example, using an XSLT stylesheet, the XML representation of the DTD can be converted to an equivalent XML Schema or Relax NG grammar. The NekoDTD parser configuration is written using the Xerces Native Interface (XNI) that is the foundation of the Xerces2 implementation. This enables you to use NekoDTD with existing XNI tools without modification or rewriting code.

Group: nekohtml Artifact: nekodtd
Show documentation Show source 
 

7 downloads
Artifact nekodtd
Group nekohtml
Version 0.1.11
Last update 03. July 2006
Organization not specified
URL http://people.apache.org/~andyc/neko/doc/dtd/index.html
License The CyberNeko Software License, Version 1.0
Dependencies amount 2
Dependencies xercesImpl, xml-apis,
There are maybe transitive dependencies!

jardiff from group jardiff (version 0.2)

A tool to help visualise API differences between two different versions of a project. Jardiff takes two jar files and outputs all the public API changes as xml, html or plain text. Currently this is command line driven, though we are working on an ant plugin. It requires java 1.4 to run. <h2>Background</h2> At OSjava, we were using a shell script to work out API differences between our release versions. This unfortunately doesn't scale very well to larger projects, the main reason for jardiff was to do the same in a much shorter time (From memory it was taking minutes to get the API diff from two fairly small jars). In it's current state, jardiff can generate the api differences between rt.jar for java 1.4 and java 1.5 in under 20 seconds, so it should scale to even the largest of projects.

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

5 downloads
Artifact jardiff
Group jardiff
Version 0.2
Last update 21. February 2006
Organization OSJava
URL http://www.osjava.org/jardiff/
License not specified
Dependencies amount 5
Dependencies asm, asm-commons, commons-cli, ant, ant-trax,
There are maybe transitive dependencies!

ashkay from group ashkay (version 0.6)

How many classes does it take to make a cache? 60? 80? You might think so if you look at the other caches on the market. Ashkay is a streamlined, simple cache that in many ways is more powerful than the other mainstream caches. Ashkay is a strategy based caching tool. In most cases, you might be using a configuration file to tell the cache what rules it should obey. Or, you might just be setting properties on the cache. I have never liked this model as it limits me, the user of the cache to strategies the developer decided were important. Instead, Ashkay lets you choose the strategy(ies) to use when caching certain objects. Of course, a few of the most handy strategies are pre-packaged, but implementing a new one is a simple as can be. Ashkay is a fork of <a href="http://xot.sf.net">xot</a> caching code. Made more sense on its own.

Group: ashkay Artifact: ashkay

 

0 downloads
Artifact ashkay
Group ashkay
Version 0.6
Last update 24. November 2005
Organization Apache Software Foundation
URL http://ashkay.sourceforge.net
License not specified
Dependencies amount 3
Dependencies log4j, concurrent, junit,
There are maybe transitive dependencies!

pmd-dist from group net.sourceforge.pmd (version 7.1.0)

Group: net.sourceforge.pmd Artifact: pmd-dist
Show all versions Show source 
 

0 downloads
Artifact pmd-dist
Group net.sourceforge.pmd
Version 7.1.0




Page 1206 from 1223 (items total 12225)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy