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

Download JAR files tagged by jersey with all dependencies

Search JAR files by class name

nxparser-jax-rs from group org.semanticweb.yars (version 4.0.0)

JAX-RS is the Java API for RESTful Services, and Jersey its reference implementation. This module allows for reading and writing RDF in JAX-RS-code without manually parsing InputStreams, see the JavaDoc for examples.

Group: org.semanticweb.yars Artifact: nxparser-jax-rs
Show all versions Show documentation Show source 
 

0 downloads
Artifact nxparser-jax-rs
Group org.semanticweb.yars
Version 4.0.0
Last update 27. November 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies nxparser-parsers, jakarta.ws.rs-api, jaxp-api, nxparser-parsers-external-jsonld-jsonld_java , semargl-rdf, nxparser-utilities-uri,
There are maybe transitive dependencies!

helidon-security-bundle from group io.helidon.security (version 0.10.6)

A single reference bundle that provides dependencies on most common security modules. This bundle does NOT include integrations to Jersey and Web server, you must include those separately.

Group: io.helidon.security Artifact: helidon-security-bundle
Show all versions Show documentation Show source 
 

0 downloads
Artifact helidon-security-bundle
Group io.helidon.security
Version 0.10.6
Last update 08. August 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 15
Dependencies helidon-security-integration-annotations, helidon-security, helidon-security-tools-config, helidon-security-provider-google-login, helidon-security-provider-header-atn, helidon-security-provider-http-auth, helidon-security-provider-http-signature, helidon-security-provider-jwt, helidon-security-provider-abac, helidon-security-provider-oidc, helidon-security-abac-time, helidon-security-abac-role, helidon-security-abac-policy-el, helidon-security-abac-scope, helidon-security-abac-policy,
There are maybe transitive dependencies!

feature-db-sql from group cd.connect.features (version 2.1)

The SQL backend for the feature toggle service. It is ebean and you need to include your versions of those dependencies. This has been successfully deployed under Spring/Jetty and Netty+Jersey+GRPC.

Group: cd.connect.features Artifact: feature-db-sql
Show documentation Show source 
 

0 downloads
Artifact feature-db-sql
Group cd.connect.features
Version 2.1
Last update 09. May 2019
Organization not specified
URL https://clearpointnz.github.io/connect/
License Apache License 2.0
Dependencies amount 1
Dependencies connect-feature-service-java-api,
There are maybe transitive dependencies!

connect-feature-service-sql from group cd.connect.features (version 1.4)

The SQL backend for the feature toggle service. It is ebean and you need to include your versions of those dependencies. This has been successfully deployed under Spring/Jetty and Netty+Jersey+GRPC.

Group: cd.connect.features Artifact: connect-feature-service-sql
Show all versions Show documentation Show source 
 

0 downloads
Artifact connect-feature-service-sql
Group cd.connect.features
Version 1.4
Last update 24. April 2019
Organization not specified
URL https://clearpointnz.github.io/connect/
License Apache License 2.0
Dependencies amount 2
Dependencies connect-feature-service-db-api, connect-feature-service,
There are maybe transitive dependencies!

jersey-bundle from group com.sun.jersey (version 1.19.4)

A bundle containing code of all jar-based modules that provide JAX-RS and Jersey-related features. Such a bundle is *only intended* for developers that do not use Maven's dependency system. The bundle does not include code for contributes, tests and samples.

Group: com.sun.jersey Artifact: jersey-bundle
Show all versions Show documentation Show source 
 

3106 downloads
Artifact jersey-bundle
Group com.sun.jersey
Version 1.19.4
Last update 24. May 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jsr311-api,
There are maybe transitive dependencies!

thymeleaf-jersey from group hu.inbuss (version 0.0.9)

An extension for Thymeleaf forwarding object-to-string conversions to the appropriate JAX-RS ParamConverter. As the necessary functionality is not standardised, a generic JAX-RS solution is not possible; this module works on Jersey only.

Group: hu.inbuss Artifact: thymeleaf-jersey
Show documentation Show source 
 

0 downloads
Artifact thymeleaf-jersey
Group hu.inbuss
Version 0.0.9
Last update 04. October 2016
Organization not specified
URL https://github.com/inbuss/thymeleaf-jersey
License The Apache License, Version 2.0
Dependencies amount 1
Dependencies thymeleaf,
There are maybe transitive dependencies!

functional-tests from group com.sun.jersey.test (version 1.17.1)

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services. This module encapsulates all OSGi related Jersey tests.

Group: com.sun.jersey.test Artifact: functional-tests
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact functional-tests
Group com.sun.jersey.test
Version 1.17.1
Last update 28. February 2013
Organization Oracle Corporation
URL https://jersey.java.net/
License CDDL 1.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

osgi from group com.sun.jersey.test (version 1.5-ea09)

Jersey is the open source (under dual CDDL+GPL license) JAX-RS (JSR 311) production quality Reference Implementation for building RESTful Web services. This module encapsulates all OSGi related Jersey tests.

Group: com.sun.jersey.test Artifact: osgi
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact osgi
Group com.sun.jersey.test
Version 1.5-ea09
Last update 07. January 2011
Organization Oracle Corporation
URL https://jersey.dev.java.net/
License CDDL 1.1
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jersey-http2-jetty from group com.github.nhenneaux.jersey.jetty.http2 (version 1.0.19)

JAX-RS (Jersey implementation) HTTP/2 with TLS client and server implementation with JSON parsing using Jackson and Jetty HTTP server/client. a new class JettyHttp2Connector is implemented based on the corresponding JettyConnector using HTTP/1.1 client (Inspired from https://stackoverflow.com/questions/40280843/use-http-2-with-jax-rs-client).

Group: com.github.nhenneaux.jersey.jetty.http2 Artifact: jersey-http2-jetty
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jersey-http2-jetty
Group com.github.nhenneaux.jersey.jetty.http2
Version 1.0.19
Last update 29. March 2024
Organization not specified
URL https://github.com/nhenneaux/jersey-http2-jetty-connector
License GNU LGPL 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jersey-http2-jetty-connector from group com.github.nhenneaux.jersey.jetty.http2 (version 1.0.19)

Group: com.github.nhenneaux.jersey.jetty.http2 Artifact: jersey-http2-jetty-connector
Show all versions Show documentation Show source 
 

0 downloads
Artifact jersey-http2-jetty-connector
Group com.github.nhenneaux.jersey.jetty.http2
Version 1.0.19
Last update 29. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies jersey-jetty-connector, http2-http-client-transport, jetty-client, jersey-client, slf4j-api,
There are maybe transitive dependencies!



Page 82 from 86 (items total 857)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy