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

Download JAR files tagged by written 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!

gwt-angular-web from group com.asayama.docs.gwt.angular (version 1.0.3)

Provides the live demo web site for GWT Angular project. GWT Angular is a GWT wrapper around AngularJS framework, so that the powerful MVC framework of AngularJS can be used by Java programmers. The site itself is written using GWT Angular. If anyone wishes to learn how to write a site using GWT Angular, and wishes to see a working example, this project may serve as a reference implementation.

Group: com.asayama.docs.gwt.angular Artifact: gwt-angular-web
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact gwt-angular-web
Group com.asayama.docs.gwt.angular
Version 1.0.3
Last update 20. January 2016
Organization not specified
URL http://gwt-angular.asayama.com
License not specified
Dependencies amount 1
Dependencies gwt-font-awesome,
There are maybe transitive dependencies!

gwt-angular from group com.asayama.gwt.angular (version 0.2.4)

The purpose of gwt-angular project is to bring the powerful MVC framework of AngularJS to Java programmers. gwt-angular provides a GWT wrapper around AngularJS, so that components of AngularJS can be written in Java language, in a manner that is natural to a programmer with that background. The project aims to leverage the runtime efficiency of AngularJS and the build time optimization of GWT.

Group: com.asayama.gwt.angular Artifact: gwt-angular
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact gwt-angular
Group com.asayama.gwt.angular
Version 0.2.4
Last update 20. January 2016
Organization not specified
URL http://gwt-angular.asayama.com
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

lpsolve from group com.datumbox (version 5.5.2.0)

Mixed Integer Linear Programming (MILP) solver lp_solve solves pure linear, (mixed) integer/binary, semi-cont and special ordered sets (SOS) models.lp_solve is written in ANSI C and can be compiled on many different platforms like Linux and WINDOWS.

Group: com.datumbox Artifact: lpsolve
Show documentation Show source 
 

70 downloads
Artifact lpsolve
Group com.datumbox
Version 5.5.2.0
Last update 28. December 2015
Organization not specified
URL http://sourceforge.net/projects/lpsolve/
License GNU General Public License (GPL)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.i3xx.step.clockmongo from group org.i3xx.step (version 0.1.0)

A mongodb backed store for the time service. To avoid dependencies to the 'org.i3xx.step/org.i3xx.step.clock' bundle, this small service is written. The clock uses the whiteboard pattern to find this service. If you need another storage - just implement 'ClockPersistenceService' and write your own one.

Group: org.i3xx.step Artifact: org.i3xx.step.clockmongo
Show documentation Show source 
 

0 downloads
Artifact org.i3xx.step.clockmongo
Group org.i3xx.step
Version 0.1.0
Last update 07. July 2015
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 3
Dependencies org.osgi.core, mongo-java-driver, org.i3xx.step.clock,
There are maybe transitive dependencies!

knockout4j-archetype from group org.apidesign.html (version 1.1.2)

HTML page with Knockout.js bindings driven by application model written in Java. Use your favorite language to code. Use HTML as a lightweight rendering toolkit. Deploy to desktop, Android, iOS, HTML5 browser.

Group: org.apidesign.html Artifact: knockout4j-archetype
Show all versions Show source 
 

0 downloads
Artifact knockout4j-archetype
Group org.apidesign.html
Version 1.1.2
Last update 01. January 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

crud4j-archetype from group org.apidesign.html (version 1.1.2)

HTML page with master/detail showing results obtains for a Jersey server. Everything written in Java. Use your favorite language to code. Run the same code on server as well as client. Use HTML as a lightweight rendering toolkit. Deploy to desktop, Android, iOS, HTML5 browser.

Group: org.apidesign.html Artifact: crud4j-archetype
Show all versions Show source 
 

0 downloads
Artifact crud4j-archetype
Group org.apidesign.html
Version 1.1.2
Last update 01. January 2015
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pipes from group com.tinkerpop (version 2.6.0)

Pipes is a dataflow framework written in Java that enables the splitting, merging, filtering, and transformation of data from input to output. Computations are expressed using a combinator model and are evaluated in a memory-efficient, lazy fashion.

Group: com.tinkerpop Artifact: pipes
Show all versions Show documentation Show source 
 

4 downloads
Artifact pipes
Group com.tinkerpop
Version 2.6.0
Last update 17. September 2014
Organization not specified
URL http://pipes.tinkerpop.com
License BSD 3-Clause
Dependencies amount 1
Dependencies blueprints-core,
There are maybe transitive dependencies!

capture-replay-framework from group de.codecentric (version 1.1.0)

This framework takes test data generation to the next level by capturing real data. Instead of injecting mocks that load manually written fixtures, the Capture & Replay Framework transparently augments existing classes with proxies that replay previously captured data.

Group: de.codecentric Artifact: capture-replay-framework
Show all versions Show documentation Show source 
 

0 downloads
Artifact capture-replay-framework
Group de.codecentric
Version 1.1.0
Last update 23. May 2014
Organization codecentric AG
URL https://github.com/codecentric/capture-replay-framework
License Apache License, Version 2.0
Dependencies amount 8
Dependencies spring-beans, spring-context, spring-aop, aspectjrt, aspectjweaver, commons-lang3, jackson-databind, junit,
There are maybe transitive dependencies!

java_cup from group java_cup (version 0.9e)

CUP is a system for generating LALR parsers from simple specifications. It serves the same role as the widely used program YACC [1] and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java.

Group: java_cup Artifact: java_cup
Show documentation Show source 
 

17 downloads
Artifact java_cup
Group java_cup
Version 0.9e
Last update 27. March 2014
Organization not specified
URL http://www2.cs.tum.edu/projects/cup/
License Standard ML of New Jersey License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 216 from 254 (items total 2539)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy