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

Download JAR files tagged by service with all dependencies

Search JAR files by class name

cloudinary-android-test from group com.cloudinary (version 1.1.1)

Group: com.cloudinary Artifact: cloudinary-android-test
Show all versions Show documentation Show source 
 

0 downloads
Artifact cloudinary-android-test
Group com.cloudinary
Version 1.1.1
Last update 22. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies cloudinary-android, junit,
There are maybe transitive dependencies!

cloudinary from group com.cloudinary (version 1.0.14)

Group: com.cloudinary Artifact: cloudinary
Show all versions Show documentation Show source 
 

13 downloads
Artifact cloudinary
Group com.cloudinary
Version 1.0.14
Last update 29. July 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.talend.esb.job.console from group org.talend.esb.job (version 5.2.3)

Group: org.talend.esb.job Artifact: org.talend.esb.job.console
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.talend.esb.job.console
Group org.talend.esb.job
Version 5.2.3
Last update 09. July 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies servlet-api, org.osgi.core, commons-fileupload, org.talend.esb.job.api, org.talend.esb.job.controller,
There are maybe transitive dependencies!

xapi-jre-reflect from group net.wetheinter (version 0.3)

This module contains a classpath scanner, and bytecode reader. It is useful in any java runtime environment, and allows java code to parse bytecode into a meta structure of classes, annotations, methods and fields. This meta structure is used throughout xapi to allow us to extend java structures in a cross-platform compliant way (exposing services and service objects so you can hack support for whatever runtime you need). It is especially useful for fast runtime injection, and as an extensible structure during codegen (which exposes mutable interfaces for our meta structure)

Group: net.wetheinter Artifact: xapi-jre-reflect
Show documentation Show source 
 

1 downloads
Artifact xapi-jre-reflect
Group net.wetheinter
Version 0.3
Last update 13. April 2013
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 1
Dependencies xapi-core-inject,
There are maybe transitive dependencies!

jmdns from group com.github.rickyclarkson (version 3.4.2-r353-1)

JmDNS is a Java implementation of multi-cast DNS and can be used for service registration and discovery in local area networks. JmDNS is fully compatible with Apple's Bonjour. The project was originally started in December 2002 by Arthur van Hoff at Strangeberry. In November 2003 the project was moved to SourceForge, and the name was changed from JRendezvous to JmDNS for legal reasons. Many thanks to Stuart Cheshire for help and moral support.

Group: com.github.rickyclarkson Artifact: jmdns
Show documentation Show source 
 

2 downloads
Artifact jmdns
Group com.github.rickyclarkson
Version 3.4.2-r353-1
Last update 19. February 2013
Organization JmDNS
URL http://sourceforge.net/projects/jmdns/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

play-shibboleth from group com.google.code.maven-play-plugin.org.playframework.modules.shibboleth (version 1.2)

Allow users to login to your Play! application via Shibboleth. Shibboleth is a federated identity management protocol popular in higher education. The protocol provides a single sign on service across multiple organizational boundaries with secure attribute delivery. Shibboleth support requires that your application be proxied behind a Shibboleth capable web server such as Apache, Lighttpd, or IIS with the corresponding Shibboleth module installed. For more information on the protocol visit: http://shibboleth.internet2.edu/

Group: com.google.code.maven-play-plugin.org.playframework.modules.shibboleth Artifact: play-shibboleth
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact play-shibboleth
Group com.google.code.maven-play-plugin.org.playframework.modules.shibboleth
Version 1.2
Last update 23. January 2013
Organization not specified
URL http://www.playframework.org/modules/shibboleth
License unknown
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

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

The ServiceMix Drools component provides JBI integration to the Drools Rules Engine. It can be used to deploy a rules set that will implement a router or an actual service. A router will mostly act as a transparent proxy between the consumer and the target service provider mad will mostly be implemented by the jbi.route(uri) method below. This method creates a new exchange identical to the one received by the component and will send it to the specified destination. You can also send back a Fault if needed. A router can also be implemented by using directly the JBI Apis (available with the jbi helper) by using the provided client.

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

0 downloads
Artifact servicemix-drools
Group org.apache.servicemix
Version 2013.01
Last update 15. January 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies servicemix-shared, drools-compiler, drools-core, servicemix-common,
There are maybe transitive dependencies!

org.talend.esb.locator.init from group org.talend.esb (version 5.2.0)

Group: org.talend.esb Artifact: org.talend.esb.locator.init
Show documentation Show source 
 

0 downloads
Artifact org.talend.esb.locator.init
Group org.talend.esb
Version 5.2.0
Last update 25. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies zookeeper,
There are maybe transitive dependencies!

locator-rest-service from group org.talend.esb.locator.service (version 5.2.0)

Group: org.talend.esb.locator.service Artifact: locator-rest-service
Show all versions Show documentation Show source 
 

0 downloads
Artifact locator-rest-service
Group org.talend.esb.locator.service
Version 5.2.0
Last update 25. October 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies cxf-api, cxf-rt-frontend-jaxws, cxf-rt-frontend-jaxrs, locator-service-common,
There are maybe transitive dependencies!

solr-engine from group org.ow2.weblab.webservices (version 2.1.3)

This service implements the Indexer and Searcher interface of WebLab and connect to a remote SOLR engine in order to realize the functions. The connection is mandatory and thus the remote SOLR server should be started beforehand. Configuration of the SOLR server URL is found in src/main/webapp/WEB-INF/cxf-servlet.xml . See in particular "indexerServiceBean" and "searcherServiceBean". Moreover, the service implements several "Analyser" services that could be included in a complete search chain in order to: - enrich a ResultSet with metadata about Hits (see resultSetMetaEnricherServiceBean) - highlight snippet in ResultSet (see highlighterServiceBean) - provide facets related to the current results (see facetSuggestionServiceBean) - suggest spell correction of the original query (see spellSuggestionServiceBean)

Group: org.ow2.weblab.webservices Artifact: solr-engine
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact solr-engine
Group org.ow2.weblab.webservices
Version 2.1.3
Last update 17. July 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies rdf-helper-jena, rdf-helper-jena-selection, dataoperator, solr-solrj, commons-lang,
There are maybe transitive dependencies!



Page 1184 from 1198 (items total 11977)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy