| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы RESTEasy Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаio.quarkus |
| Идентификатор | Идентификаторquarkus-resteasy-mutiny-common |
| Версия | Версия2.0.0.CR3 |
| Тип | Типjar |
| Описание |
ОписаниеQuarkus - RESTEasy - Mutiny - Common - Runtime
Mutiny components common to the RESTEasy server and the REST Client
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-mutiny-common/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-mutiny-common</artifactId>
<version>2.0.0.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-mutiny-common/
implementation 'io.quarkus:quarkus-resteasy-mutiny-common:2.0.0.CR3'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-resteasy-mutiny-common/
implementation ("io.quarkus:quarkus-resteasy-mutiny-common:2.0.0.CR3")
'io.quarkus:quarkus-resteasy-mutiny-common:jar:2.0.0.CR3'
<dependency org="io.quarkus" name="quarkus-resteasy-mutiny-common" rev="2.0.0.CR3">
<artifact name="quarkus-resteasy-mutiny-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-resteasy-mutiny-common', version='2.0.0.CR3')
)
libraryDependencies += "io.quarkus" % "quarkus-resteasy-mutiny-common" % "2.0.0.CR3"
[io.quarkus/quarkus-resteasy-mutiny-common "2.0.0.CR3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.quarkus : quarkus-resteasy-common | jar | |
| io.quarkus : quarkus-mutiny | jar | |
| org.jboss.resteasy : resteasy-client | jar | |
| io.quarkus : quarkus-apache-httpclient | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.quarkus : quarkus-junit5-internal | jar | |
| org.mockito : mockito-core | jar |