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

Download JAR files tagged by more with all dependencies

Search JAR files by class name

sdk-for-android from group io.appwrite (version 5.0.0)

Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Android SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)

Group: io.appwrite Artifact: sdk-for-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sdk-for-android
Group io.appwrite
Version 5.0.0
Last update 09. March 2024
Organization not specified
URL https://github.com/appwrite/sdk-for-android
License GPL-3.0
Dependencies amount 15
Dependencies okhttp-bom, kotlinx-coroutines-core, kotlinx-coroutines-android, okhttp, kotlin-stdlib, okhttp-urlconnection, logging-interceptor, gson, lifecycle-runtime-ktx, lifecycle-common-java8, appcompat, fragment-ktx, activity-ktx, browser, core-ktx,
There are maybe transitive dependencies!

sdk from group com.sportradar.livedata.sdk (version 2.0.8-1)

Livedata SDK is a client library that enables easier integration with the Livedata XML feed. SDK exposes XML feed service interface in a more user-friendly way and isolates the client from having to do XML feed parsing, proper connection handling, error recovery, event queuing and dispatching. It also makes a client solution more stable and robust when it comes to feed handling, especially with the release of new and updated XML feed versions.

Group: com.sportradar.livedata.sdk Artifact: sdk
Show all versions Show documentation Show source 
 

0 downloads
Artifact sdk
Group com.sportradar.livedata.sdk
Version 2.0.8-1
Last update 08. March 2024
Organization not specified
URL https://sdk.sportradar.com/bookmaker/java
License SDK licence
Dependencies amount 16
Dependencies slf4j-api, logback-core, logback-classic, logback-access, simplejmx, jakarta.xml.bind-api, guice, guice-throwingproviders, disruptor, commons-net, commons-io, commons-lang3, guava, joda-time, jsr305, classgraph,
There are maybe transitive dependencies!

checker from group io.github.eisop (version 3.42.0-eisop3)

The Checker Framework enhances Java's type system to make it more powerful and useful. This lets software developers detect and prevent errors in their Java programs. The Checker Framework includes compiler plug-ins ("checkers") that find bugs or verify their absence. It also permits you to write your own compiler plug-ins.

Group: io.github.eisop Artifact: checker
Show all versions Show documentation Show source 
 

0 downloads
Artifact checker
Group io.github.eisop
Version 3.42.0-eisop3
Last update 01. March 2024
Organization not specified
URL https://eisop.github.io/
License GNU General Public License, version 2 (GPL2), with the classpath exception
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!

runtime from group org.jsonx (version 0.5.0)

The JSON/Java Runtime API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Runtime API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Runtime API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Runtime API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Group: org.jsonx Artifact: runtime
Show documentation Show source 
 

0 downloads
Artifact runtime
Group org.jsonx
Version 0.5.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies math, net, json,
There are maybe transitive dependencies!



Page 310 from 357 (items total 3568)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy