Download JAR files tagged by implemented with all 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
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!
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
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!
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!
jersey-http2-jetty-bundle from group com.github.nhenneaux.jersey.jetty.http2 (version 1.0.19)
Group: com.github.nhenneaux.jersey.jetty.http2 Artifact: jersey-http2-jetty-bundle
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jersey-http2-jetty-bundle
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 0
Dependencies No dependencies
There are maybe transitive dependencies!
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 0
Dependencies No dependencies
There are maybe transitive dependencies!
patterntesting-check from group org.patterntesting (version 2.4.0)
PatternTesting Check (patterntesting-check) is a quality framework that
allows to automatically verify that Architecture/Design recommendations
are implemented correctly in the code.
It provides different checks of known anti patterns (like using System.out
for logging) but provides also a test framework for better testing.
Group: org.patterntesting Artifact: patterntesting-check
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact patterntesting-check
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/check/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/check/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
common-utils from group com.kamalsha.helper (version 1.0.0)
HelperService is a utility service providing various helper methods for common tasks. It includes functionalities for converting data types, formatting dates, checking data types, and more. The service is implemented in Java and utilizes popular libraries like Spring and Jackson.
Artifact common-utils
Group com.kamalsha.helper
Version 1.0.0
Last update 13. November 2023
Organization not specified
URL https://github.com/kamal-commits/common-utils
License MIT License
Dependencies amount 5
Dependencies spring-boot-starter-mail, jakarta.mail, spring-boot-starter-actuator, spring-boot-starter-data-mongodb, spring-boot-starter-web,
There are maybe transitive dependencies!
Group com.kamalsha.helper
Version 1.0.0
Last update 13. November 2023
Organization not specified
URL https://github.com/kamal-commits/common-utils
License MIT License
Dependencies amount 5
Dependencies spring-boot-starter-mail, jakarta.mail, spring-boot-starter-actuator, spring-boot-starter-data-mongodb, spring-boot-starter-web,
There are maybe transitive dependencies!
airlift-zstd from group com.yahoo.vespa (version 8.251.23)
Fork of https://github.com/airlift/aircompressor (zstd only).
This module is temporary until we get an official release that includes the
ZstdInputStream API (which is already implemented by two different people
but neither PR shows any progress).
0 downloads
Artifact airlift-zstd
Group com.yahoo.vespa
Version 8.251.23
Last update 31. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.yahoo.vespa
Version 8.251.23
Last update 31. October 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
half4j from group com.christianheina.langx (version 0.0.1)
Half4j provides functionality for working with half precision (FP16) according to IEEE 754 standard.
Half class provided by library is implemented to provide, as much as possible, the same interface as java.lang.Float and java.lang.Double.
Artifact half4j
Group com.christianheina.langx
Version 0.0.1
Last update 09. May 2023
Organization not specified
URL https://github.com/christianheina/half4j
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.christianheina.langx
Version 0.0.1
Last update 09. May 2023
Organization not specified
URL https://github.com/christianheina/half4j
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
nailgun-server-for-scala-plugin from group org.jetbrains (version 1.3.1)
Nailgun is a client, protocol and server for running Java programs from the command line without incurring the JVM startup overhead. Programs run in the server (which is implemented in Java), and are triggered by the client (C and Python clients available), which handles all I/O. This project contains the server and examples.
Group: org.jetbrains Artifact: nailgun-server-for-scala-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact nailgun-server-for-scala-plugin
Group org.jetbrains
Version 1.3.1
Last update 03. April 2023
Organization org.jetbrains
URL https://github.com/JetBrains/nailgun
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.jetbrains
Version 1.3.1
Last update 03. April 2023
Organization org.jetbrains
URL https://github.com/JetBrains/nailgun
License Apache-2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
xmvn-resolve from group org.fedoraproject.xmvn (version 4.2.0)
XMvn Resolver is a very simple commald-line tool to resolve Maven
artifacts from system repositories. Basically it's just an
interface to artifact resolution mechanism implemented by XMvn
Core. The primary intended use case of XMvn Resolver is debugging
local artifact repositories.
Group: org.fedoraproject.xmvn Artifact: xmvn-resolve
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact xmvn-resolve
Group org.fedoraproject.xmvn
Version 4.2.0
Last update 20. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jcommander, xmvn-api,
There are maybe transitive dependencies!
Group org.fedoraproject.xmvn
Version 4.2.0
Last update 20. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies jcommander, xmvn-api,
There are maybe transitive dependencies!
crs-transformation-adapter-core from group com.programmerare.crs-transformation (version 2.0.1)
Coordinate Reference System Transformations. Kotlin/JVM/Java library used for 'converting coordinates between different coordinate systems'. The core library provides an adapter interface which is implemented by other modules using different third-part libraries as adaptees.
Group: com.programmerare.crs-transformation Artifact: crs-transformation-adapter-core
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact crs-transformation-adapter-core
Group com.programmerare.crs-transformation
Version 2.0.1
Last update 05. January 2023
Organization not specified
URL https://github.com/TomasJohansson/crsTransformations
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.programmerare.crs-transformation
Version 2.0.1
Last update 05. January 2023
Organization not specified
URL https://github.com/TomasJohansson/crsTransformations
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 69 from 3 (items total 947)