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

Download JAR files tagged by enhancements with all dependencies

Search JAR files by class name

jxpath from group net.codesup.util (version 1.3.0)

A Java-based implementation of XPath 1.0 based on Apache Commons JXPath, withe enhancements to process graphs of JAXB-Serializable objects using the properties' XML names.

Group: net.codesup.util Artifact: jxpath
Show all versions Show documentation Show source 
 

9 downloads
Artifact jxpath
Group net.codesup.util
Version 1.3.0
Last update 09. June 2016
Organization not specified
URL https://github.com/mklemm/commons-jxpath
License MIT License
Dependencies amount 1
Dependencies commons-beanutils,
There are maybe transitive dependencies!

rho-mu from group org.cicirello (version 4.1.0)

The rho mu library is a library of Randomization enHancements and Other Math Utilities. It includes implementations of various algorithms for randomly sampling indexes into arrays and other sequential structures, randomly sampling pairs and triples of unique indexes, randomly sampling k indexes, etc. It also includes efficient implementations of random number generation from distributions other than uniform, such as Gaussian, Cauchy, etc. Additionally, it includes implementations of other math functions that are either needed by the randomization utilities, or needed by some of our other projects.

Group: org.cicirello Artifact: rho-mu
Show all versions Show documentation Show source 
 

0 downloads
Artifact rho-mu
Group org.cicirello
Version 4.1.0
Last update 08. June 2024
Organization Cicirello.Org
URL https://rho-mu.cicirello.org/
License GPL-3.0-or-later
Dependencies amount 1
Dependencies core,
There are maybe transitive dependencies!

vfsjfilechooser2 from group org.bidib.com.github.fracpete (version 0.2.10)

vfsjfilechooser2 is a mavenized fork of the dormant vfsjfilechooser project on sf.net (http://vfsjfilechooser.sourceforge.net/). It is an alternative to Java's JFileChooser Swing component, which does not suffer from the JFileChooser's infamous "freezes" on Windows. It has been updated to work with version 2.0 of the VFS Apache commons and includes a few bugfixes and enhancements.

Group: org.bidib.com.github.fracpete Artifact: vfsjfilechooser2
Show all versions Show documentation Show source 
 

0 downloads
Artifact vfsjfilechooser2
Group org.bidib.com.github.fracpete
Version 0.2.10
Last update 17. October 2020
Organization not specified
URL https://github.com/fracpete/vfsjfilechooser2
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies commons-vfs2, commons-io,
There are maybe transitive dependencies!

vfsjfilechooser2 from group com.github.fracpete (version 0.2.9)

vfsjfilechooser2 is a mavenized fork of the dormant vfsjfilechooser project on sf.net (http://vfsjfilechooser.sourceforge.net/). It is an alternative to Java's JFileChooser Swing component, which does not suffer from the JFileChooser's infamous "freezes" on Windows. It has been updated to work with version 2.0 of the VFS Apache commons and includes a few bugfixes and enhancements.

Group: com.github.fracpete Artifact: vfsjfilechooser2
Show all versions Show documentation Show source 
 

7 downloads
Artifact vfsjfilechooser2
Group com.github.fracpete
Version 0.2.9
Last update 06. October 2020
Organization not specified
URL https://github.com/fracpete/vfsjfilechooser2
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies junit, commons-vfs2, commons-io,
There are maybe transitive dependencies!

vfsjfilechooser2 from group com.googlecode.vfsjfilechooser2 (version 0.2.5)

vfsjfilechooser2 is a mavenized fork of the dormant vfsjfilechooser project on sf.net (http://vfsjfilechooser.sourceforge.net/). It is an alternative to Java's JFileChooser Swing component, which does not suffer from the JFileChooser's infamous "freezes" on Windows. It has been updated to work with version 2.0 of the VFS Apache commons and includes a few bugfixes and enhancements.

Group: com.googlecode.vfsjfilechooser2 Artifact: vfsjfilechooser2
Show all versions Show documentation Show source 
 

2 downloads
Artifact vfsjfilechooser2
Group com.googlecode.vfsjfilechooser2
Version 0.2.5
Last update 23. April 2013
Organization not specified
URL http://code.google.com/p/vfsjfilechooser2/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies junit, commons-vfs2, commons-io,
There are maybe transitive dependencies!

jazzy from group net.sf.jazzy (version 0.5.2-rtext-1.4.1-2)

A set of APIs that allow you to add spell checking functionality to Java Applications easily. Jazzy is based on most of the algorithms that aspell has; so the suggestions they come up with are very similar. Note that this is not an official release from the jazzy project; it is a release of 0.5.2 with enhancements / bug-fixes as required by the RText SpellChecker project hosted on www.fifesoft.com. The scm urls in this pom indicate where the enhanced source code is hosted

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

5 downloads
Artifact jazzy
Group net.sf.jazzy
Version 0.5.2-rtext-1.4.1-2
Last update 26. June 2011
Organization not specified
URL http://jazzy.sourceforge.net/
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xapi-gwt-parent from group net.wetheinter (version 0.5)

This is the main aggregator for all gwt submodules. All gwt-specific code resides here. Submodules should avoid inheriting from each other unless necessary. This goes for maven structure and gwt.xml structure. The super module is where our jre emulation layer and super-source live; all modules should inherit super, and a minimum of other modules. Some modules, like injection, are fulfilling an api in the core module, and should be accessed only through core service interfaces. Other modules, like reflection, are capable of being standalone inherits, but can benefit from core utilities like injection, so, two (or more) .gwt.xml modules may be provided. As XApi nears 1.0, all submodules will be routinely stitched together into an uber-jar, in order to have a single jar with a single gwt module that can provide all of the services at once. Internal projects will never use the uber jar, to help maintain modularity, but external projects that want to use more than one service will certainly prefer inheriting one artifact, instead of twelve. When distributed in uber-jar format, it will likely be necessary for either the uber jar, or just xapi-gwt-api.jar to appear before gwt-dev on your compile-time classpath. If using gwt-maven-plugin, the gwtFirstOnClasspath option may become problematic. If so, we will provide a forked gwt-plugin to make sure our compiler enhancements are included in the build process. There is also work going on to make a super-source-everything plugin, which will use maven to find source files, and generate synthetic .gwt.xml for you, as part of an effort to create a wholly unified programming environment. In addition to java-to-javascript, we intend to compile java-to-java and possibly other languages, like go; imagine implementing gwt deferred binding to eliminate cross-platform differences between server environments, or operating systems, or versions of a platform, or anywhere else a core api needs to bind to multiple implementations, depending on the runtime environment.

Group: net.wetheinter Artifact: xapi-gwt-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact xapi-gwt-parent
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 13 from 13 (items total 127)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy