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

Download JAR files tagged by basically with all dependencies

Search JAR files by class name

groovy2ssh-maven-plugin from group com.googlecode.msidor.maven.plugins (version 1.0.4)

Maven plugin that allows to execute shell commands via groovy script on remote host through ssh connection. This is basically only the maven plugin wrapper for com.googlecode.msidor.groovy2ssh library whereas the SSH connection is handled by JSCH library.

Group: com.googlecode.msidor.maven.plugins Artifact: groovy2ssh-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact groovy2ssh-maven-plugin
Group com.googlecode.msidor.maven.plugins
Version 1.0.4
Last update 28. November 2014
Organization not specified
URL https://code.google.com/p/groovy2ssh-maven-plugin/
License Apache License, Version 2.0
Dependencies amount 3
Dependencies groovy2ssh, maven-plugin-api, slf4j-api,
There are maybe transitive dependencies!

votingFeatureIntervals from group nz.ac.waikato.cms.weka (version 1.0.2)

Classification by voting feature intervals. Intervals are constucted around each class for each attribute (basically discretization). Class counts are recorded for each interval on each attribute. Classification is by voting. For more info see: G. Demiroz, A. Guvenir: Classification by voting feature intervals. In: 9th European Conference on Machine Learning, 85-92, 1997.

Group: nz.ac.waikato.cms.weka Artifact: votingFeatureIntervals
Show all versions Show documentation Show source 
 

0 downloads
Artifact votingFeatureIntervals
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/votingFeatureIntervals
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

ws-commons-util from group org.apache.ws.commons.util (version 1.0.2)

This is a small collection of utility classes, that allow high performance XML processing based on SAX. Basically, it is assumed, that you are using an JAXP 1.1 compliant XML parser and nothing else. In particular, no dependency on the javax.xml.transform package is introduced.

Group: org.apache.ws.commons.util Artifact: ws-commons-util
Show documentation Show source 
 

84 downloads
Artifact ws-commons-util
Group org.apache.ws.commons.util
Version 1.0.2
Last update 08. August 2007
Organization Apache Software Foundation
URL http://ws.apache.org/commons/util
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies junit, xml-apis,
There are maybe transitive dependencies!

beandisplaytag from group net.incongru.berkano (version 1.0.0)

The bean display tag library is based on an idea we've had while using displaytag(www.displaytag.org), which is basically proviving the same usage model as display tag but to help display one single instance of a bean instance of a collection, vertically instead of horizontally.

Group: net.incongru.berkano Artifact: beandisplaytag
Show documentation Show source 
 

0 downloads
Artifact beandisplaytag
Group net.incongru.berkano
Version 1.0.0
Last update 06. May 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ws-commons-util from group ws-commons-util (version 1.0.1)

This is a small collection of utility classes, that allow high performance XML processing based on SAX. Basically, it is assumed, that you are using an JAXP 1.1 compliant XML parser and nothing else. In particular, no dependency on the javax.xml.transform package is introduced.

Group: ws-commons-util Artifact: ws-commons-util
Show all versions Show source 
 

0 downloads
Artifact ws-commons-util
Group ws-commons-util
Version 1.0.1
Last update 22. June 2006
Organization Apache Software Foundation
URL http://ws.apache.org/commons/util
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies junit, xml-apis,
There are maybe transitive dependencies!

ws-commons-util from group org.apache.ws.commons (version 1.0.1)

This is a small collection of utility classes, that allow high performance XML processing based on SAX. Basically, it is assumed, that you are using an JAXP 1.1 compliant XML parser and nothing else. In particular, no dependency on the javax.xml.transform package is introduced.

Group: org.apache.ws.commons Artifact: ws-commons-util
Show all versions Show source 
 

7 downloads
Artifact ws-commons-util
Group org.apache.ws.commons
Version 1.0.1
Last update 19. June 2006
Organization Apache Software Foundation
URL http://ws.apache.org/commons/util
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies junit, xml-apis,
There are maybe transitive dependencies!

genesis-playershops from group studio.magemonkey (version 1.0.0-R1)

PlayerShops GUI is the most playerfriendly shop plugin. Using this plugin players will be able to create their own virtual shop, where they can sell their items. They will be able to browse around in a public shop listing, check out other shops and purchase items from other players. Everything works with a intuitive inventory GUI - basically zero commands required! PlayerShops is a Genesis addon. It requires Genesis or higher in order to work.

Group: studio.magemonkey Artifact: genesis-playershops
Show documentation Show source 
 

0 downloads
Artifact genesis-playershops
Group studio.magemonkey
Version 1.0.0-R1
Last update 06. August 2024
Organization not specified
URL https://www.spigotmc.org/resources/29568/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

parallel from group de.cit-ec.tcs.alignment (version 3.1.1)

This module provides a very basic support for the parallel computing of tasks (Engine class) and entries of a matrix (MatrixEngine). This is basically just a wrapper around the java standard functionality for parallel computing (mainly the Standard Thread Pool and the Future interface). Additional functionality is provided by the ProgressReporter interface, which can be used as a hook to provide information on the current state of the parallel computing task to other modules or the user.

Group: de.cit-ec.tcs.alignment Artifact: parallel
Show all versions Show documentation Show source 
 

1 downloads
Artifact parallel
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!

maven-dependency-versions-check-plugin from group com.ning.maven.plugins (version 2.0.4)

The maven-dependency-versions-check-plugin is a Maven plugin that verifies that the resolved versions of dependencies are at least the versions specified by the dependencies (or their dependencies etc.) if not higher. More specifically, it will check that * The resolved version of every dependency declared explicitly in the current POM is the same or a newer one than what was stated. If the resolved version has a higher major version number than the declared version, then the plugin will issue a warning if configured to do so. Note that enforced declared versions are ignored by the plugin. * For every explicitly declared dependency in the current POM, all its dependency versions are met. I.e. the resolved versions for all dependencies in that dependency's POM are the same or higher than the one stated in that dependency's POM. This is basically the same check as the one above, but using the dependency's POM! Also, if the current POM has exclusions specified for the dependency, then these transitive dependencies are ignored when checking this particular dependency.

Group: com.ning.maven.plugins Artifact: maven-dependency-versions-check-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-dependency-versions-check-plugin
Group com.ning.maven.plugins
Version 2.0.4
Last update 25. September 2016
Organization not specified
URL https://github.com/ning/maven-dependency-versions-check-plugin
License Apache License 2.0
Dependencies amount 11
Dependencies maven-plugin-api, maven-model, maven-artifact, maven-project, maven-dependency-tree, commons-lang, commons-collections, slf4j-api, maven-plugin-log4j, guava, findbugs-annotations,
There are maybe transitive dependencies!

chicory-maven-parent from group com.github.sviperll (version 0.36)

This is an umbrella project that unifies several libraries. All libraries provides some basic most generic functionality. This package is used to share generic code between more specialized projects. All provided libraries tend to have as simple implementation as possible, basically some wrapping above Java SE.

Group: com.github.sviperll Artifact: chicory-maven-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact chicory-maven-parent
Group com.github.sviperll
Version 0.36
Last update 13. September 2016
Organization not specified
URL https://github.com/sviperll/chicory
License The BSD 3-Clause License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 4 from 5 (items total 49)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy