| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы |
| Группа | Группаio.quarkus.qe |
| Идентификатор | Идентификаторexamples-https |
| Последняя версия | Последняя версия0.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеQuarkus - Test Framework - Examples - HTTPS
Quarkus QE Test Framework is a library enabling the developers to easily deploy multiple Quarkus applications across different platforms in a single test.
|
| Имя Файла | Размер |
|---|---|
| examples-https-0.0.1.pom | |
| examples-https-0.0.1.jar | 7 KB |
| examples-https-0.0.1-sources.jar | 7 KB |
| examples-https-0.0.1-javadoc.jar | 389 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.quarkus.qe/examples-https/ -->
<dependency>
<groupId>io.quarkus.qe</groupId>
<artifactId>examples-https</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.qe/examples-https/
implementation 'io.quarkus.qe:examples-https:0.0.1'
// https://jarcasting.com/artifacts/io.quarkus.qe/examples-https/
implementation ("io.quarkus.qe:examples-https:0.0.1")
'io.quarkus.qe:examples-https:jar:0.0.1'
<dependency org="io.quarkus.qe" name="examples-https" rev="0.0.1">
<artifact name="examples-https" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.qe', module='examples-https', version='0.0.1')
)
libraryDependencies += "io.quarkus.qe" % "examples-https" % "0.0.1"
[io.quarkus.qe/examples-https "0.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.quarkus : quarkus-resteasy | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.quarkus.qe : quarkus-test-core | jar | 0.0.1 |
| io.quarkus : quarkus-junit5 | jar | |
| io.rest-assured : rest-assured | jar |