License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices CLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdio.helidon.jersey |
ArtifactId | ArtifactIdhelidon-jersey-client |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Jersey Client
Helidon wrapping of Jersey modules to correct classpath.
Currently used to fix dependencies from jakarta namespace to javax namespace
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.jersey/helidon-jersey-client/ -->
<dependency>
<groupId>io.helidon.jersey</groupId>
<artifactId>helidon-jersey-client</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.jersey/helidon-jersey-client/
implementation 'io.helidon.jersey:helidon-jersey-client:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.jersey/helidon-jersey-client/
implementation ("io.helidon.jersey:helidon-jersey-client:3.0.0-M2")
'io.helidon.jersey:helidon-jersey-client:jar:3.0.0-M2'
<dependency org="io.helidon.jersey" name="helidon-jersey-client" rev="3.0.0-M2">
<artifact name="helidon-jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.jersey', module='helidon-jersey-client', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.jersey" % "helidon-jersey-client" % "3.0.0-M2"
[io.helidon.jersey/helidon-jersey-client "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-client | jar | 3.0.4 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 3.0.4 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.1 |
jakarta.inject : jakarta.inject-api | jar | 2.0.0 |
jakarta.annotation : jakarta.annotation-api | jar | 2.0.0 |
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
io.helidon.common : helidon-common-context | jar | 3.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
io.helidon.webserver : helidon-webserver | jar | 3.0.0-M2 |
org.hamcrest : hamcrest-all | jar | 1.3 |