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

Download JAR files tagged by makes with all dependencies

Search JAR files by class name

guava-bootstrap-jdk5 from group com.google.guava (version 17.0)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap-jdk5
Show all versions Show documentation Show source 
 

2 downloads
Artifact guava-bootstrap-jdk5
Group com.google.guava
Version 17.0
Last update 22. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bridge from group net.sf.btb (version 1.3.1)

Bridge to Babylon is a lightweight object relational mapper. The main goal of this library is simplicity. It is intended to be used with POJOs without the need of external XML mapping definition or any kind of annotation. This approache makes Bridge to Babylon the best compromize between simplicity (no xml mapping) and light library footprint: You don't use annotations so you don't have to deploy Bridge to Babylon along with your jars on remote clients.

Group: net.sf.btb Artifact: bridge
Show all versions Show documentation Show source 
 

0 downloads
Artifact bridge
Group net.sf.btb
Version 1.3.1
Last update 09. September 2013
Organization not specified
URL http://btb.sourceforge.net/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jtidy from group com.google.code.maven-play-plugin.net.sf.jtidy (version r938)

JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML.

Group: com.google.code.maven-play-plugin.net.sf.jtidy Artifact: jtidy
Show documentation Show source 
 

17 downloads
Artifact jtidy
Group com.google.code.maven-play-plugin.net.sf.jtidy
Version r938
Last update 27. February 2013
Organization sourceforge
URL http://jtidy.sourceforge.net
License Java HTML Tidy License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

schemacrawler-maven-plugin from group net.sourceforge.schemacrawler (version 9.5)

SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.

Group: net.sourceforge.schemacrawler Artifact: schemacrawler-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact schemacrawler-maven-plugin
Group net.sourceforge.schemacrawler
Version 9.5
Last update 26. February 2013
Organization SchemaCrawler
URL http://mvn-schemacrwlr.sourceforge.net/${project.artifactId}/${project.version}/
License GNU Lesser General Public License Version 3.0
Dependencies amount 2
Dependencies maven-reporting-impl, schemacrawler,
There are maybe transitive dependencies!

niowire from group io.niowire (version 0.2)

Niowire is a non blocking socket server framework for java. It makes the task of writing and implementing a highly scalable server capable of many simultaneous connections easy. All that has to be written to use it are a Serializer to parse the binary stream into objects (or you can use one of the built in ones), an Inspector which filters, authenticates and modifies packets packets (or again, use one of the built in ones) and one or more services which uses the data packets (more built in ones here too!)

Group: io.niowire Artifact: niowire
Show all versions Show documentation Show source 
 

0 downloads
Artifact niowire
Group io.niowire
Version 0.2
Last update 29. January 2013
Organization not specified
URL http://niowire.io
License GNU LESSER GENERAL PUBLIC LICENSE 3.0
Dependencies amount 3
Dependencies logback-classic, gson, javax.inject,
There are maybe transitive dependencies!

jodd from group org.jodd (version 3.4.1)

Jodd is an open-source Java utility library and set of frameworks. Jodd tools enriches JDK with many powerful and feature rich utilities. It helps with everyday task, makes code more robust and reliable. Jodd frameworks is set of lightweight application frameworks, compact yet powerful. Designed following the CoC, DRY and SCS principles, it makes development simple, but not simpler.

Group: org.jodd Artifact: jodd
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
8 downloads
Artifact jodd
Group org.jodd
Version 3.4.1
Last update 06. January 2013
Organization Jodd
URL http://jodd.org
License The New BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-amqp-parent from group org.springframework.amqp (version 1.1.1.RELEASE)

Spring AMQP is framework that makes it easy to write Java applications for the Advanced Message Queue Protocol. It supports a variety of common high-level messaging patterns, like synchronous and asynchronous consumers, synchronous producers, automatic re-connection, transactions, batching. The emphasis is on declarative configuration and a POJO programming model without hiding the full power of the underlying protocol.

Group: org.springframework.amqp Artifact: spring-amqp-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-amqp-parent
Group org.springframework.amqp
Version 1.1.1.RELEASE
Last update 31. May 2012
Organization not specified
URL http://www.springsource.org/spring-amqp
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

visualization-datasource from group com.google.visualization (version 1.1.1)

This library makes it easy to implement a Visualization data source so that you can easily chart or visualize your data from any of your data stores. The library implements the Google Visualization API wire protocol and query language. You therefore need write only the code required to make your data available to the library in the form of a data table. This task is made easier by the provision of abstract classes and helper functions.

Group: com.google.visualization Artifact: visualization-datasource
Show all versions Show documentation Show source 
 

1 downloads
Artifact visualization-datasource
Group com.google.visualization
Version 1.1.1
Last update 24. April 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-lang, commons-logging, guava, icu4j, opencsv,
There are maybe transitive dependencies!

guava-bootstrap from group com.google.guava (version 12.0-rc1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap
Show all versions Show documentation Show source 
 

3 downloads
Artifact guava-bootstrap
Group com.google.guava
Version 12.0-rc1
Last update 30. March 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

guava-bootstrap from group org.sonatype.sisu.inject (version 0.11.1)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). This project's is then used in the bootstrap class path of Guava proper.

Group: org.sonatype.sisu.inject Artifact: guava-bootstrap
Show documentation Show source 
 

0 downloads
Artifact guava-bootstrap
Group org.sonatype.sisu.inject
Version 0.11.1
Last update 15. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 103 from 113 (items total 1125)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy