| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы |
| Группа | Группаio.quarkiverse.artemis |
| Идентификатор | Идентификаторquarkus-artemis-integration-tests-parent |
| Версия | Версия1.0.3 |
| Тип | Типpom |
| Описание |
ОписаниеQuarkus - Artemis - Integration Tests - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| quarkus-artemis-integration-tests-parent-1.0.3.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-integration-tests-parent/ -->
<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-artemis-integration-tests-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-integration-tests-parent/
implementation 'io.quarkiverse.artemis:quarkus-artemis-integration-tests-parent:1.0.3'
// https://jarcasting.com/artifacts/io.quarkiverse.artemis/quarkus-artemis-integration-tests-parent/
implementation ("io.quarkiverse.artemis:quarkus-artemis-integration-tests-parent:1.0.3")
'io.quarkiverse.artemis:quarkus-artemis-integration-tests-parent:pom:1.0.3'
<dependency org="io.quarkiverse.artemis" name="quarkus-artemis-integration-tests-parent" rev="1.0.3">
<artifact name="quarkus-artemis-integration-tests-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.artemis', module='quarkus-artemis-integration-tests-parent', version='1.0.3')
)
libraryDependencies += "io.quarkiverse.artemis" % "quarkus-artemis-integration-tests-parent" % "1.0.3"
[io.quarkiverse.artemis/quarkus-artemis-integration-tests-parent "1.0.3"]