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

Download JAR files tagged by like with all dependencies

Search JAR files by class name

servicemix-bean from group org.apache.servicemix (version 2013.01)

The ServiceMix Bean component provides integration with beans (POJOs) with the JBI bus to make it easy to use POJOs to process JBI message exchanges. Like in an Message Driven Bean in J2EE a POJO will receive a message from the NMR and process it in any way it likes. Unlike in a JMS component where the coding is already done the Bean component gives the developer the freedom to create any type of message handling but it must be hand coded all the way.

Group: org.apache.servicemix Artifact: servicemix-bean
Show all versions Show documentation Show source 
 

2 downloads
Artifact servicemix-bean
Group org.apache.servicemix
Version 2013.01
Last update 15. January 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies commons-jexl, jencks, geronimo-annotation_1.0_spec, servicemix-shared, servicemix-common,
There are maybe transitive dependencies!

Jena-PA from group org.xenei (version 1.0.1)

Persistence Annotation for RDF (PAR) is a set of annotations and an entity manager that provides JPA like functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PAR introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities.

Group: org.xenei Artifact: Jena-PA
Show all versions Show documentation Show source 
 

0 downloads
Artifact Jena-PA
Group org.xenei
Version 1.0.1
Last update 14. January 2013
Organization XENEI.com
URL http://sourceforge.net/p/pa4rdf/wiki/Home/
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies commons-proxy, commons-lang3, commons-lang, junit, slf4j-api, slf4j-log4j12, cglib, jena-core, jena-arq,
There are maybe transitive dependencies!

datatables4j-core from group com.github.datatables4j (version 0.7.0)

Group: com.github.datatables4j Artifact: datatables4j-core
Show all versions 
 

0 downloads
Artifact datatables4j-core
Group com.github.datatables4j
Version 0.7.0
Last update 30. November 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies datatables4j-core-api, datatables4j-core-impl,
There are maybe transitive dependencies!

datatables4j-core-impl from group com.github.datatables4j (version 0.7.0)

Group: com.github.datatables4j Artifact: datatables4j-core-impl
Show all versions Show documentation Show source 
 

0 downloads
Artifact datatables4j-core-impl
Group com.github.datatables4j
Version 0.7.0
Last update 30. November 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies datatables4j-core-api, json-simple, commons-beanutils, commons-lang, javax.servlet-api, jsp-api, slf4j-api, junit,
There are maybe transitive dependencies!

jackrabbit-ocm from group org.apache (version 2.0.0)

This Jackrabbit subproject is an object/JCR persistence and query service. This tools lets you to persist java objects into a JCR compliant repository - including association, inheritance, polymorphism, composition, and the Java collections framework. Furthermore, this jcr-mapping allows you to express queries in Java-based Criteria, as well as in JCR query language. It offers also features like version support and object locking.

Group: org.apache Artifact: jackrabbit-ocm
Show documentation Show source 
 

0 downloads
Artifact jackrabbit-ocm
Group org.apache
Version 2.0.0
Last update 06. July 2012
Organization not specified
URL http://jackrabbit.apache.org/object-content-mapping.html
License not specified
Dependencies amount 7
Dependencies jcr, commons-digester, commons-collections, commons-lang, slf4j-api, cglib, commons-beanutils,
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!

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!

jackson-xml-databind from group com.fasterxml (version 0.6.2)

Extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory. Some data-binding types overridden as well (ObjectMapper sub-classed as XmlMapper).

Group: com.fasterxml Artifact: jackson-xml-databind
Show all versions Show documentation Show source 
 

43 downloads
Artifact jackson-xml-databind
Group com.fasterxml
Version 0.6.2
Last update 11. November 2011
Organization fasterxml.com
URL http://wiki.fasterxml.com/JacksonExtensionXmlDataBinding
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies jackson-mapper-asl, jackson-xc, stax2-api,
There are maybe transitive dependencies!

jtidy from group 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: net.sf.jtidy Artifact: jtidy
Show documentation Show source 
 

12 downloads
Artifact jtidy
Group net.sf.jtidy
Version r938
Last update 20. July 2010
Organization sourceforge
URL http://jtidy.sourceforge.net
License Java HTML Tidy License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 293 from 320 (items total 3198)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy