| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииQuarkus Контейнер Микросервисы Maven Компиляция и сборка Reporting Прикладные библиотеки |
| Группа | Группаio.quarkus.bot |
| Идентификатор | Идентификаторbuild-reporting-maven-extension |
| Последняя версия | Последняя версия1.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBuild Reporting Maven Extension
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/io.quarkus.bot/build-reporting-maven-extension/ -->
<dependency>
<groupId>io.quarkus.bot</groupId>
<artifactId>build-reporting-maven-extension</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.bot/build-reporting-maven-extension/
implementation 'io.quarkus.bot:build-reporting-maven-extension:1.0.5'
// https://jarcasting.com/artifacts/io.quarkus.bot/build-reporting-maven-extension/
implementation ("io.quarkus.bot:build-reporting-maven-extension:1.0.5")
'io.quarkus.bot:build-reporting-maven-extension:jar:1.0.5'
<dependency org="io.quarkus.bot" name="build-reporting-maven-extension" rev="1.0.5">
<artifact name="build-reporting-maven-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.bot', module='build-reporting-maven-extension', version='1.0.5')
)
libraryDependencies += "io.quarkus.bot" % "build-reporting-maven-extension" % "1.0.5"
[io.quarkus.bot/build-reporting-maven-extension "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.quarkus.bot : build-reporting-maven-extension-model | jar | 1.0.5 |
| org.apache.maven : maven-core | jar | 3.8.3 |
| org.codehaus.plexus : plexus-component-annotations | jar | 2.1.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |