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

Download JAR files tagged by using with all dependencies

Search JAR files by class name

hydraql from group com.hydraql (version 1.0.1)

HydraQL is a SQL queryer designed based on HBase's client API, designed to simplify the use of HBase's client API. Its name "Hydra" references the Hydra, which symbolizes flexibility, versatility when dealing with HBase data. HydraQL aims to provide an intuitive and easy to use way to query and manipulate HBase databases. By using SQL syntax, users can access and manipulate data in HBase through simple query statements without in-depth understanding and writing of complex HBase API calls.

Group: com.hydraql Artifact: hydraql
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact hydraql
Group com.hydraql
Version 1.0.1
Last update 24. March 2024
Organization not specified
URL https://github.com/CCweixiao/HydraQL.git
License MIT License
Dependencies amount 3
Dependencies slf4j-api, slf4j-simple, audience-annotations,
There are maybe transitive dependencies!

payline-java-sdk from group com.payline (version 4.77)

Modified for TBD using last WSDL from https://docs.monext.fr/display/DT/Endpoints. The Payline API provides access to the various functions of the Payline payment solution. It is based on standard web service components, which include the SOAP protocol, the WSDL and XSD definition languages. These standards are supported by a large range of development tools on multiple platforms. This SDK covers all the functions of the Payline payment solution.

Group: com.payline Artifact: payline-java-sdk
Show all versions Show documentation Show source 
 

4 downloads
Artifact payline-java-sdk
Group com.payline
Version 4.77
Last update 21. March 2024
Organization MONEXT
URL www.payline.com
License GNU Lesser General Public License (LGPLv3)
Dependencies amount 11
Dependencies commons-codec, jaxb-impl, jaxb-core, jaxb-api, jsr181-api, jaxws-api, jaxws-rt, jakarta.xml.bind-api, jaxb-runtime, rt, activation,
There are maybe transitive dependencies!

unboundid-ldapsdk from group com.unboundid (version 7.0.0)

The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Standard Edition of the LDAP SDK, which is a complete, general-purpose library for communicating with LDAPv3 directory servers.

Group: com.unboundid Artifact: unboundid-ldapsdk
Show all versions Show documentation Show source 
 

78 downloads
Artifact unboundid-ldapsdk
Group com.unboundid
Version 7.0.0
Last update 12. March 2024
Organization Ping Identity Corporation
URL https://github.com/pingidentity/ldapsdk
License Apache License, Version 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

entitybroker-restimpl from group org.sakaiproject.entitybroker (version 23.1)

Group: org.sakaiproject.entitybroker Artifact: entitybroker-restimpl
Show all versions Show documentation Show source 
 

0 downloads
Artifact entitybroker-restimpl
Group org.sakaiproject.entitybroker
Version 23.1
Last update 01. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies entitybroker-api, entitybroker-utils, sakai-kernel-api, servlet-api, commons-lang3, commons-text, reflectutils,
There are maybe transitive dependencies!

entitybroker-impl from group org.sakaiproject.entitybroker (version 23.1)

Group: org.sakaiproject.entitybroker Artifact: entitybroker-impl
Show all versions Show documentation Show source 
 

0 downloads
Artifact entitybroker-impl
Group org.sakaiproject.entitybroker
Version 23.1
Last update 01. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 14
Dependencies entitybroker-api, entitybroker-utils, javax.servlet-api, spring-core, spring-beans, spring-context, spring-jdbc, jakarta.mail, generic-dao, reflectutils, sakai-kernel-api, sakai-component-manager, sakai-kernel-util, commons-lang3,
There are maybe transitive dependencies!

entitybroker-mocks from group org.sakaiproject.entitybroker (version 23.1)

Group: org.sakaiproject.entitybroker Artifact: entitybroker-mocks
Show all versions Show documentation Show source 
 

0 downloads
Artifact entitybroker-mocks
Group org.sakaiproject.entitybroker
Version 23.1
Last update 01. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies entitybroker-api, entitybroker-utils, javax.servlet-api, spring-test,
There are maybe transitive dependencies!

entitybroker-utils from group org.sakaiproject.entitybroker (version 23.1)

Group: org.sakaiproject.entitybroker Artifact: entitybroker-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact entitybroker-utils
Group org.sakaiproject.entitybroker
Version 23.1
Last update 01. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 11
Dependencies entitybroker-api, spring-core, spring-aop, spring-beans, spring-context, spring-context-support, sakai-component-manager, sakai-kernel-api, commons-lang3, reflectutils, commons-httpclient,
There are maybe transitive dependencies!

entitybroker-api from group org.sakaiproject.entitybroker (version 23.1)

Group: org.sakaiproject.entitybroker Artifact: entitybroker-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact entitybroker-api
Group org.sakaiproject.entitybroker
Version 23.1
Last update 01. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies javax.servlet-api,
There are maybe transitive dependencies!

entitybroker from group org.sakaiproject (version 23.1)

The Sakai Entity Broker is an entity system for use in Sakai. Ideally we want flexible entities which make development of integrated Sakai tools easier and more flexible. Our goals are to make the entity system easier on developers (easier to use and understand) and more powerful (easier to extend and improve). The Entity Broker integrates seamlessly with the existing Entity system in Sakai (Entity Producers and Entities) and entities created using entity providers are accessible in Sakai as if they were created using the legacy system. Send feedback or comments to Aaron Zeckoski ([email protected], [email protected]).

Group: org.sakaiproject Artifact: entitybroker
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact entitybroker
Group org.sakaiproject
Version 23.1
Last update 01. March 2024
Organization not specified
URL http://confluence.sakaiproject.org/confluence/x/F7M
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

zookeeper-contrib-rest from group org.apache.zookeeper (version 3.9.2)

ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

Group: org.apache.zookeeper Artifact: zookeeper-contrib-rest
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-contrib-rest
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies zookeeper, slf4j-api, logback-core, asm, grizzly-servlet-webserver, jersey-server, jersey-json,
There are maybe transitive dependencies!



Page 1139 from 1226 (items total 12260)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy