| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииHelidon Контейнер Микросервисы |
| Группа | Группаio.helidon.service-common |
| Идентификатор | Идентификаторhelidon-service-common-rest |
| Версия | Версия2.3.1 |
| Тип | Типjar |
| Описание |
ОписаниеJava libraries for writing microservices
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.helidon.service-common/helidon-service-common-rest/ -->
<dependency>
<groupId>io.helidon.service-common</groupId>
<artifactId>helidon-service-common-rest</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.service-common/helidon-service-common-rest/
implementation 'io.helidon.service-common:helidon-service-common-rest:2.3.1'
// https://jarcasting.com/artifacts/io.helidon.service-common/helidon-service-common-rest/
implementation ("io.helidon.service-common:helidon-service-common-rest:2.3.1")
'io.helidon.service-common:helidon-service-common-rest:jar:2.3.1'
<dependency org="io.helidon.service-common" name="helidon-service-common-rest" rev="2.3.1">
<artifact name="helidon-service-common-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.service-common', module='helidon-service-common-rest', version='2.3.1')
)
libraryDependencies += "io.helidon.service-common" % "helidon-service-common-rest" % "2.3.1"
[io.helidon.service-common/helidon-service-common-rest "2.3.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.helidon.webserver : helidon-webserver | jar | 2.3.1 |
| io.helidon.webserver : helidon-webserver-cors | jar | 2.3.1 |