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

Download JAR files tagged by method with all dependencies

Search JAR files by class name

bsh from group org.apache-extras.beanshell (version 2.0b6)

BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.

Group: org.apache-extras.beanshell Artifact: bsh
Show all versions Show documentation Show source 
 

26 downloads
Artifact bsh
Group org.apache-extras.beanshell
Version 2.0b6
Last update 18. February 2016
Organization not specified
URL https://github.com/beanshell/beanshell/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

crawljax-web from group com.crawljax (version 3.6)

Group: com.crawljax Artifact: crawljax-web
Show all versions Show documentation Show source 
 

4 downloads
Artifact crawljax-web
Group com.crawljax
Version 3.6
Last update 12. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 14
Dependencies crawljax-core, crawloverview-plugin, test-plugin, guice-servlet, guice-assistedinject, javax.servlet-api, jersey-guice, jersey-multipart, jackson-jaxrs, jetty-webapp, logback-classic, websocket-server, commons-cli, reflections,
There are maybe transitive dependencies!

vmock from group com.googlecode.vmock (version 1.1.1)

VMock is a Java mocking library with ability to mock method and constructor calls without the need to create mock objects. It uses AspectJ under the hood and should be used along with unit testing frameworks such as JUnit or TestNG.

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

0 downloads
Artifact vmock
Group com.googlecode.vmock
Version 1.1.1
Last update 09. November 2013
Organization not specified
URL https://vmock.googlecode.com
License New BSD License
Dependencies amount 7
Dependencies aspectjrt, commons-lang, commons-collections, cglib, asm, asm-util, objenesis,
There are maybe transitive dependencies!

classgrep from group cn.wensiqun (version 1.1.1)

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Group: cn.wensiqun Artifact: classgrep
Show all versions Show documentation Show source 
 

0 downloads
Artifact classgrep
Group cn.wensiqun
Version 1.1.1
Last update 07. November 2013
Organization not specified
URL http://www.wensiqun.com/classgrep
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies asmsupport,
There are maybe transitive dependencies!

classgrep from group com.googlecode.classgrep (version 1.0)

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Group: com.googlecode.classgrep Artifact: classgrep
Show documentation Show source 
 

0 downloads
Artifact classgrep
Group com.googlecode.classgrep
Version 1.0
Last update 20. July 2013
Organization not specified
URL http://www.wensiqun.com/classgrep
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies asmsupport,
There are maybe transitive dependencies!

rmi-websocket from group com.lambdazen.websocket (version 1.0)

RMI WebSocket provides a library for remote method invocations between a browser and a Jetty Web Server using the HTML5 WebSocket. The idea is to enable tight method-level integration between the user interface and the server so that patterns such as MVP (Model-View-Presenter) can be applied in a Web environment.

Group: com.lambdazen.websocket Artifact: rmi-websocket
Show documentation Show source 
 

0 downloads
Artifact rmi-websocket
Group com.lambdazen.websocket
Version 1.0
Last update 20. April 2013
Organization not specified
URL http://sourceforge.net/rmiwebsocket
License not specified
Dependencies amount 5
Dependencies jackson-mapper-asl, jackson-core-asl, jetty-websocket, jetty-util, jetty-server,
There are maybe transitive dependencies!

parameter-validation from group info.gehrels (version 1.1)

Validating input parameters of methods and constructors is a recurring and stupid task, especially when you are writing public APIs. This module tries to ease your life a bit by providing a static validateThat() method, allowing you to throw IllegalArgumentExceptions using hamcrest matchers.

Group: info.gehrels Artifact: parameter-validation
Show all versions Show documentation Show source 
 

0 downloads
Artifact parameter-validation
Group info.gehrels
Version 1.1
Last update 02. March 2013
Organization not specified
URL https://github.com/BGehrels/parameter-validation
License The BSD 3-Clause License
Dependencies amount 1
Dependencies hamcrest-core,
There are maybe transitive dependencies!

crawljax from group com.crawljax (version 2.2)

Crawling Ajax applications through dynamic analysis and reconstruction of the UI state changes. Crawljax is based on a method which dynamically builds a `state-flow graph' modeling the various navigation paths and states within an Ajax application.

Group: com.crawljax Artifact: crawljax
Show all versions Show documentation Show source 
 

0 downloads
Artifact crawljax
Group com.crawljax
Version 2.2
Last update 31. December 2012
Organization not specified
URL http://crawljax.com
License Apache 2
Dependencies amount 20
Dependencies commons-lang, commons-configuration, commons-math, commons-io, jgrapht, xmlunit, nekohtml, jcip-annotations, xercesImpl, selenium-firefox-driver, selenium-chrome-driver, selenium-htmlunit-driver, selenium-ie-driver, selenium-support, selenium-iphone-driver, selenium-remote-driver, selenium-android-driver, guava, jcl-over-slf4j, jul-to-slf4j,
There are maybe transitive dependencies!

rotationForest from group nz.ac.waikato.cms.weka (version 1.0.3)

An ensemble learning method inspired by bagging and random sub-spaces. Trains an ensemble of decision trees on random subspaces of the data, where each subspace has been transformed using principal components analysis.

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

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

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

An implementation of the Ordinal Learning Method (OLM). Further information regarding the algorithm and variants can be found in: Arie Ben-David (1992). Automatic Generation of Symbolic Multiattribute Ordinal Knowledge-Based DSSs: methodology and Applications. Decision Sciences. 23:1357-1372.

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

0 downloads
Artifact ordinalLearningMethod
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/ordinalLearningMethod
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!



Page 72 from 3 (items total 933)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy