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

Download JAR files tagged by only with all dependencies

Search JAR files by class name

gradle-autojar from group com.github.rholder (version 1.0.1)

The gradle-autojar project is a Gradle plugin that uses Autojar, a specialized jar archive minimizer written by Bernd Eggink (http://autojar.sourceforge.net/), for building self-contained executable jars that include only those dependencies that are actually used.

Group: com.github.rholder Artifact: gradle-autojar
Show all versions Show documentation Show source 
 

0 downloads
Artifact gradle-autojar
Group com.github.rholder
Version 1.0.1
Last update 17. December 2013
Organization not specified
URL http://rholder.github.io
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

goose from group com.gravity (version 2.1.23)

Goose was originally an article extractor written in Java that has most recently (aug2011) converted to a scala project. It's mission is to take any news article or article type web page and not only extract what is the main body of the article but also all meta data and most probable image candidate.

Group: com.gravity Artifact: goose
Show all versions Show documentation Show source 
 

5 downloads
Artifact goose
Group com.gravity
Version 2.1.23
Last update 25. November 2013
Organization not specified
URL https://github.com/matth/goose
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies slf4j-api, jsoup, commons-io, scala-compiler, scala-library, httpclient, commons-lang,
There are maybe transitive dependencies!

kiwi-contextaware from group org.apache.marmotta (version 3.1.0-incubating)

This module provides a Sesame SailWrapper that allows defining a context that overwrites all contexts defined in statements to be added, read, or deleted. It can be used to have a view on repositories that only allows accessing a single named graph.

Group: org.apache.marmotta Artifact: kiwi-contextaware
Show all versions Show source 
 

0 downloads
Artifact kiwi-contextaware
Group org.apache.marmotta
Version 3.1.0-incubating
Last update 24. September 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies sesame-model, sesame-sail-api,
There are maybe transitive dependencies!

courier from group de.jaide (version 1.6.2)

Naive implementation of an e-mail sending framework. Send freemarker-templated HTML or text-only e-mails with just a few lines of code. Pre-configure sender accounts and overwrite them in your code where and if needed. Even e-mail headers are Freemarker-based.

Group: de.jaide Artifact: courier
Show documentation Show source 
 

1 downloads
Artifact courier
Group de.jaide
Version 1.6.2
Last update 02. September 2013
Organization JAIDE GmbH
URL https://github.com/JAIDE/courier
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies commons-email, commons-io, json-simple, freemarker,
There are maybe transitive dependencies!

hudson-gwt-icons-silk from group org.hudsonci.libs (version 2.2.0)

GWT packaging of FamFamFam Silk ( http://www.famfamfam.com/lab/icons/silk ) icons. Icons licensed under either: * Creative Commons Attribution 2.5 ( http://creativecommons.org/licenses/by/2.5/ ) * Creative Commons Attribution 3.0 ( http://creativecommons.org/licenses/by/3.0/ ) NOTE: Website states ^^^, while readme.txt included with distribution only states 2.5

Group: org.hudsonci.libs Artifact: hudson-gwt-icons-silk
Show documentation Show source 
 

0 downloads
Artifact hudson-gwt-icons-silk
Group org.hudsonci.libs
Version 2.2.0
Last update 06. June 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-download-plugin from group com.googlecode.maven-download-plugin (version 1.1.0)

This is a plugin meant to help maven user to download different files on different protocol in part of maven build. For the first implementation, there will only be a goal that will help downloading a maven artifact from the command line. Future version of the plugin could include web download, ftp download, scp download and so on.

Group: com.googlecode.maven-download-plugin Artifact: maven-download-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact maven-download-plugin
Group com.googlecode.maven-download-plugin
Version 1.1.0
Last update 15. May 2013
Organization Open-Source
URL https://github.com/maven-download-plugin/maven-download-plugin
License Apache License 2.0
Dependencies amount 7
Dependencies maven-core, maven-plugin-api, maven-artifact, maven-project, commons-io, httpclient, plexus-archiver,
There are maybe transitive dependencies!

maybe from group com.ckkloverdos (version 0.6.0)

Scala Maybe. Inspired by Lift's Box, Haskell's Maybe and Scala's Option. A few noteable characteristics: * `Maybe()` is a polymorphich constructor that Does The Right Thing, no matter the input. * `get` is only provided for a `Just` value, not in the general `Maybe` API. * `map` on a `Just` Does The Right Thing, even if the calling function explodes.

Group: com.ckkloverdos Artifact: maybe
Show all versions Show documentation Show source 
 

0 downloads
Artifact maybe
Group com.ckkloverdos
Version 0.6.0
Last update 29. January 2013
Organization ckkloverdos.com
URL https://github.com/loverdos/maybe
License Apache 2
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!

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!

reviewboard from group org.hudsonci.plugins (version 1.0.2-h-1)

This plugin connects to Reviewboard to create and update Review Requests. Reviewboard is a tool for conducting code reviews and this plugin will allow you to link your SCM updates, when they are pulled for a Hudson build, to Reviewboard. Note that currently, only the Perforce SCM is supported.

Group: org.hudsonci.plugins Artifact: reviewboard
Show documentation Show source 
 

0 downloads
Artifact reviewboard
Group org.hudsonci.plugins
Version 1.0.2-h-1
Last update 06. September 2012
Organization not specified
URL http://wiki.hudson-ci.org/display/HUDSON/Reviewboard+Plugin
License The MIT license
Dependencies amount 2
Dependencies commons-httpclient, perforce,
There are maybe transitive dependencies!



Page 151 from 186 (items total 1852)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy