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

Download JAR files tagged by requests with all dependencies

Search JAR files by class name

pluto from group com.plutolib (version 2.2.2)

Pluto is a on-device debugger for Android applications, which helps in inspection of HTTP requests/responses, capture Crashes and ANRs and manipulating application data on-the-go.

Group: com.plutolib Artifact: pluto
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pluto
Group com.plutolib
Version 2.2.2
Last update 30. March 2024
Organization not specified
URL https://androidpluto.com
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies plugin, viewbinding, kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

authzforce-ce-restful-pdp-cxf-spring-boot-server from group org.ow2.authzforce (version 7.0.0)

AuthzForce - RESTful PDP service based on Apache CXF/Spring Boot that is compliant with REST Profile of XACML 3.0, and consumes/produces both XACML-XML and XACML-JSON-Profile-compliant requests/responses

Group: org.ow2.authzforce Artifact: authzforce-ce-restful-pdp-cxf-spring-boot-server
Show all versions Show documentation Show source 
 

0 downloads
Artifact authzforce-ce-restful-pdp-cxf-spring-boot-server
Group org.ow2.authzforce
Version 7.0.0
Last update 18. February 2024
Organization not specified
URL ${project.url}
License not specified
Dependencies amount 4
Dependencies authzforce-ce-restful-pdp-jaxrs, cxf-rt-features-logging, snakeyaml, cxf-spring-boot-starter-jaxrs,
There are maybe transitive dependencies!

jsonrpc2-access-filter from group com.thetransactioncompany (version 2.0)

Access filters for JSON-RPC 2.0 requests, for use on the server-side prior to request execution. Control access according to client host name / IP address, HTTPS transport, client X.509 certificate presence and / or API key policy.

Group: com.thetransactioncompany Artifact: jsonrpc2-access-filter
Show all versions Show documentation Show source 
 

0 downloads
Artifact jsonrpc2-access-filter
Group com.thetransactioncompany
Version 2.0
Last update 14. December 2023
Organization The Transaction Company
URL https://software.dzhuvinov.com/json-rpc-2.0.html
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies json-smart, jsonrpc2-base, jsonrpc2-server, java-property-utils, unboundid-ldapsdk, log4j-api, log4j-core,
There are maybe transitive dependencies!

keycloak-session-starter from group digital.nedra.commons.starter (version 2.0.3)

Spring Boot starter for configuring Spring Security in accordance with the requirements: integration with Keycloak server, protection of the API starting with the /api prefix, lack of user access to token, cross domain requests.

Group: digital.nedra.commons.starter Artifact: keycloak-session-starter
Show all versions Show documentation Show source 
 

0 downloads
Artifact keycloak-session-starter
Group digital.nedra.commons.starter
Version 2.0.3
Last update 07. December 2023
Organization not specified
URL https://commons.nedra.digital/java
License not specified
Dependencies amount 5
Dependencies security-common, spring-boot-starter-security, spring-session-core, spring-boot-starter-web, spring-boot-starter-oauth2-client,
There are maybe transitive dependencies!

glair-vision from group ai.glair (version 0.0.1-beta.1)

GLAIR Vision SDK. Our SDK lets you make server-side HTTP requests from your server to GLAIR Vision API endpoints. It contains boilerplate code so you can get up and running in just a few lines of code..

Group: ai.glair Artifact: glair-vision
Show documentation Show source 
 

0 downloads
Artifact glair-vision
Group ai.glair
Version 0.0.1-beta.1
Last update 03. November 2023
Organization not specified
URL https://github.com/glair-ai/glair-vision-java
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kabomu from group com.aaronicsubstances (version 0.9.0)

Networking library that seeks to extend the success story of HTTP to protocol stacks other than TCP/IP, by enabling endpoints within localhost to send quasi HTTP requests with IPC mechanisms.

Group: com.aaronicsubstances Artifact: kabomu
Show documentation Show source 
 

0 downloads
Artifact kabomu
Group com.aaronicsubstances
Version 0.9.0
Last update 28. October 2023
Organization not specified
URL https://github.com/aaronicsubstances/kabomu-java.git
License MPL-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.apache.sling.auth.core from group org.apache.sling (version 1.7.0)

The Sling Authentication Service bundle provides the basic mechanisms to authenticate HTTP requests with a JCR repository. The algorithms for extracting authentication details from the requests is extensible by implementing an AuthenticationHandler interface.

Group: org.apache.sling Artifact: org.apache.sling.auth.core
Show all versions Show documentation Show source 
 

12 downloads
Artifact org.apache.sling.auth.core
Group org.apache.sling
Version 1.7.0
Last update 04. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies org.osgi.annotation.versioning, org.osgi.annotation.bundle, org.osgi.service.component.annotations, org.osgi.service.metatype.annotations,
There are maybe transitive dependencies!

jsrlib from group org.secnod.jsrlib (version 0.0.1)

Jsrlib is a software library that acts as a librarian for Java Specification Requests (JSRs). It can query JSRs by for instance the Java packages they specify, and it can also download JSRs by screen scraping <https://wwww.jcp.org>.

Group: org.secnod.jsrlib Artifact: jsrlib
Show documentation Show source 
 

0 downloads
Artifact jsrlib
Group org.secnod.jsrlib
Version 0.0.1
Last update 03. June 2023
Organization not specified
URL https://github.com/silb/jsrlib
License MIT
Dependencies amount 3
Dependencies gson, jsoup, slf4j-api,
There are maybe transitive dependencies!

binance-api-client from group org.roboquant (version 1.0.5)

binance-java-api is a lightweight Java library for interacting with the Binance API, providing complete API coverage, and supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.

Group: org.roboquant Artifact: binance-api-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact binance-api-client
Group org.roboquant
Version 1.0.5
Last update 16. April 2023
Organization not specified
URL https://github.com/neurallayer/binance-java-api.git
License The MIT License
Dependencies amount 5
Dependencies okhttp, retrofit, converter-jackson, commons-codec, commons-lang3,
There are maybe transitive dependencies!

yelp-fusion-client from group io.github.stewseo (version 1.8.0)

java client that provides strongly typed requests and responses for all Yelp Fusion APIS. Handles http transport concerns, serializing to JSON and deserializing from JSON.

Group: io.github.stewseo Artifact: yelp-fusion-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact yelp-fusion-client
Group io.github.stewseo
Version 1.8.0
Last update 17. January 2023
Organization not specified
URL https://github.com/stewseo/yelp-fusion-client
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies jakarta.json-api, jakarta.json.bind-api, jackson-core, jackson-databind, parsson, jte,
There are maybe transitive dependencies!



Page 64 from 92 (items total 912)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy