License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices Jersey Program Interface REST Frameworks |
GroupId | GroupIdio.helidon.jersey |
ArtifactId | ArtifactIdhelidon-jersey-common |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Jersey Common
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-common/ -->
<dependency>
<groupId>io.helidon.jersey</groupId>
<artifactId>helidon-jersey-common</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.jersey/helidon-jersey-common/
implementation 'io.helidon.jersey:helidon-jersey-common:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.jersey/helidon-jersey-common/
implementation ("io.helidon.jersey:helidon-jersey-common:3.0.0-M2")
'io.helidon.jersey:helidon-jersey-common:jar:3.0.0-M2'
<dependency org="io.helidon.jersey" name="helidon-jersey-common" rev="3.0.0-M2">
<artifact name="helidon-jersey-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.jersey', module='helidon-jersey-common', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.jersey" % "helidon-jersey-common" % "3.0.0-M2"
[io.helidon.jersey/helidon-jersey-common "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
io.helidon.common : helidon-common | jar | 3.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
io.helidon.jersey : helidon-jersey-server | jar | 3.0.0-M2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.23.4 |