| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы Jersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаio.helidon.jersey |
| Идентификатор | Идентификаторhelidon-jersey-common |
| Последняя версия | Последняя версия3.0.0-M2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеHelidon Jersey Common
Helidon wrapping of Jersey modules to correct classpath.
Currently used to fix dependencies from jakarta namespace to javax namespace
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.common : helidon-common | jar | 3.0.0-M2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.jersey : helidon-jersey-server | jar | 3.0.0-M2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |