| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаio.helidon.jersey |
| Идентификатор | Идентификаторhelidon-jersey-common |
| Версия | Версия2.3.1 |
| Тип | Типjar |
| Описание |
ОписаниеHelidon Jersey Common
Helidon wrapping of Jersey modules to correct classpath.
Currently used to fix dependencies from jakarta namespace to javax namespace
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| helidon-jersey-common-2.3.1.pom | |
| helidon-jersey-common-2.3.1.jar | 14 KB |
| helidon-jersey-common-2.3.1-sources.jar | 7 KB |
| helidon-jersey-common-2.3.1-javadoc.jar | 396 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.helidon.jersey/helidon-jersey-common/ -->
<dependency>
<groupId>io.helidon.jersey</groupId>
<artifactId>helidon-jersey-common</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.jersey/helidon-jersey-common/
implementation 'io.helidon.jersey:helidon-jersey-common:2.3.1'
// https://jarcasting.com/artifacts/io.helidon.jersey/helidon-jersey-common/
implementation ("io.helidon.jersey:helidon-jersey-common:2.3.1")
'io.helidon.jersey:helidon-jersey-common:jar:2.3.1'
<dependency org="io.helidon.jersey" name="helidon-jersey-common" rev="2.3.1">
<artifact name="helidon-jersey-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.jersey', module='helidon-jersey-common', version='2.3.1')
)
libraryDependencies += "io.helidon.jersey" % "helidon-jersey-common" % "2.3.1"
[io.helidon.jersey/helidon-jersey-common "2.3.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.common : helidon-common | jar | 2.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.jersey : helidon-jersey-server | jar | 2.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |