| Категории |
КатегорииHelidon Контейнер Микросервисы |
|---|---|
| Группа | Группаio.helidon.common |
| Идентификатор | Идентификаторhelidon-common-http |
| Версия | Версия1.4.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| helidon-common-http-1.4.7.pom | |
| helidon-common-http-1.4.7.jar | 69 KB |
| helidon-common-http-1.4.7-sources.jar | 52 KB |
| helidon-common-http-1.4.7-javadoc.jar | 586 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.helidon.common/helidon-common-http/ -->
<dependency>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-http</artifactId>
<version>1.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.common/helidon-common-http/
implementation 'io.helidon.common:helidon-common-http:1.4.7'
// https://jarcasting.com/artifacts/io.helidon.common/helidon-common-http/
implementation ("io.helidon.common:helidon-common-http:1.4.7")
'io.helidon.common:helidon-common-http:jar:1.4.7'
<dependency org="io.helidon.common" name="helidon-common-http" rev="1.4.7">
<artifact name="helidon-common-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.common', module='helidon-common-http', version='1.4.7')
)
libraryDependencies += "io.helidon.common" % "helidon-common-http" % "1.4.7"
[io.helidon.common/helidon-common-http "1.4.7"]