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

Download JAR files tagged by without with all dependencies

Search JAR files by class name

nailgun-examples from group com.martiansoftware (version 0.9.1)

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java), and are triggered by the client (written in C), which handles all I/O. This project contains the EXAMPLE CODE ONLY.

Group: com.martiansoftware Artifact: nailgun-examples
Show documentation Show source 
 

0 downloads
Artifact nailgun-examples
Group com.martiansoftware
Version 0.9.1
Last update 03. December 2012
Organization not specified
URL http://martiansoftware.com/nailgun
License not specified
Dependencies amount 1
Dependencies nailgun-server,
There are maybe transitive dependencies!

nailgun-server from group com.martiansoftware (version 0.9.1)

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java), and are triggered by the client (written in C), which handles all I/O. This project contains the SERVER ONLY.

Group: com.martiansoftware Artifact: nailgun-server
Show documentation Show source 
 

1 downloads
Artifact nailgun-server
Group com.martiansoftware
Version 0.9.1
Last update 03. December 2012
Organization not specified
URL http://martiansoftware.com/nailgun
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

nailgun-all from group com.martiansoftware (version 0.9.1)

Nailgun is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java), and are triggered by the client (written in C), which handles all I/O. This project contains the server and examples.

Group: com.martiansoftware Artifact: nailgun-all
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact nailgun-all
Group com.martiansoftware
Version 0.9.1
Last update 03. December 2012
Organization not specified
URL http://martiansoftware.com/nailgun
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbm from group org.apache.jdbm (version 3.0-alpha5)

JDBM provides TreeMap, HashMap and other collections backed up by disk storage. Now you can handle billions of items without ever running out of memory. JDBM is probably the fastest and the simpliest pure Java database.

Group: org.apache.jdbm Artifact: jdbm
Show all versions Show documentation Show source 
 

3 downloads
Artifact jdbm
Group org.apache.jdbm
Version 3.0-alpha5
Last update 24. September 2012
Organization not specified
URL https://github.com/jankotek/JDBM3
License Apache, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ddcalendar-parent from group org.wicketstuff (version 1.4.21)

A calendar panel which allows to add items from a list using drag and drop. The calendar can also be used without this functionality. This is the parent for the actual project and the examples. See the child project "ddcalendar" for a more complete description.

Group: org.wicketstuff Artifact: ddcalendar-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ddcalendar-parent
Group org.wicketstuff
Version 1.4.21
Last update 12. September 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

impex-cloveretl-ce from group org.kuali.db.impex (version 2.8.1-kuali)

Impex CloverETL data integration platform. This is based on the comment extraction branch of the Ant based tool hosted at Kuali. Maven is used to wrap the Ant based tool into a bundle (identified by groupId+artifactId+version) so we can express a proper dependency to it without resorting to SCM trickery.

Group: org.kuali.db.impex Artifact: impex-cloveretl-ce
Show all versions Show source 
 

0 downloads
Artifact impex-cloveretl-ce
Group org.kuali.db.impex
Version 2.8.1-kuali
Last update 28. July 2012
Organization not specified
URL http://${kuali.site.hostname}/db/impex/${project.artifactId}/${project.version}
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

staccatissimo-lambda from group net.sf.staccatocommons (version 2.3)

Lightweight library for instantiating functions and predicates in a DSL style, without using anonymous classes. This project is aimed to simplify higher-order programming until Java adds lambdas to its language

Group: net.sf.staccatocommons Artifact: staccatissimo-lambda
Show all versions Show documentation Show source 
 

0 downloads
Artifact staccatissimo-lambda
Group net.sf.staccatocommons
Version 2.3
Last update 21. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies commons-proxy, javassist, staccatissimo-lang,
There are maybe transitive dependencies!

events-on-fire from group com.googlecode.events-on-fire (version 1.2.2)

The repeated implementation of the listener pattern for Java is a boring task which cannot be easily abstracted. Events-On-Fire is a way to get rid of this. Events-On-Fire offers a simple mechanism to fire events across your application without the need for any configuration and without the danger of memory leaks.

Group: com.googlecode.events-on-fire Artifact: events-on-fire
Show all versions Show documentation Show source 
 

0 downloads
Artifact events-on-fire
Group com.googlecode.events-on-fire
Version 1.2.2
Last update 25. March 2012
Organization not specified
URL http://events-on-fire.googlecode.com
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

commons-lambda from group net.sf.staccatocommons (version 1.2)

Lightweight library for instantiating functions and predicates in a DSL style, without using anonymous classes. This project is aimed to simplify higher-order programming until Java adds lambdas to its language

Group: net.sf.staccatocommons Artifact: commons-lambda
Show all versions Show documentation Show source 
 

0 downloads
Artifact commons-lambda
Group net.sf.staccatocommons
Version 1.2
Last update 02. January 2012
Organization not specified
URL http://staccatocommons.sourceforge.net/${project.artifactId}
License not specified
Dependencies amount 3
Dependencies commons-proxy, javassist, commons-lang,
There are maybe transitive dependencies!

application from group net.sf.beezle.maven.plugins (version 1.3.5)

Generates an application file. An application file is a single file containing your entire application, it's all you need to distribute or run the application. Technically, an application file is a Bash shell script with an appended executable jar file. You can invoke it directly or you can pass it as an argument to java -jar. You can rename it without breaking the application.

Group: net.sf.beezle.maven.plugins Artifact: application
Show all versions Show documentation Show source 
 

0 downloads
Artifact application
Group net.sf.beezle.maven.plugins
Version 1.3.5
Last update 28. November 2011
Organization not specified
URL https://sourceforge.net/apps/trac/beezle/wiki/ApplicationHome
License GNU Lesser General Public License, Version 2.1
Dependencies amount 6
Dependencies sushi, jsch, maven-model, maven-plugin-api, maven-artifact, maven-project,
There are maybe transitive dependencies!



Page 147 from 197 (items total 1963)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy