| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы |
| Группа | Группаio.quarkus.http |
| Идентификатор | Идентификаторquarkus-http-http-core |
| Версия | Версия4.1.5 |
| Тип | Типjar |
| Описание |
ОписаниеUndertow HTTP Core
Quarkus HTTP
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-http-core/ -->
<dependency>
<groupId>io.quarkus.http</groupId>
<artifactId>quarkus-http-http-core</artifactId>
<version>4.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-http-core/
implementation 'io.quarkus.http:quarkus-http-http-core:4.1.5'
// https://jarcasting.com/artifacts/io.quarkus.http/quarkus-http-http-core/
implementation ("io.quarkus.http:quarkus-http-http-core:4.1.5")
'io.quarkus.http:quarkus-http-http-core:jar:4.1.5'
<dependency org="io.quarkus.http" name="quarkus-http-http-core" rev="4.1.5">
<artifact name="quarkus-http-http-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.http', module='quarkus-http-http-core', version='4.1.5')
)
libraryDependencies += "io.quarkus.http" % "quarkus-http-http-core" % "4.1.5"
[io.quarkus.http/quarkus-http-http-core "4.1.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.logging : jboss-logging | jar | 3.4.0.Final |
| io.netty : netty-buffer | jar | 4.1.71.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.logging : jboss-logging-processor | jar | 2.2.0.Final |