License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Maven Build Tools Reporting Business Logic Libraries |
GroupId | GroupIdio.quarkus.bot |
ArtifactId | ArtifactIdbuild-reporting-maven-extension-parent |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBuild Reporting Maven Extension - Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
build-reporting-maven-extension-parent-1.0.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus.bot/build-reporting-maven-extension-parent/ -->
<dependency>
<groupId>io.quarkus.bot</groupId>
<artifactId>build-reporting-maven-extension-parent</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.bot/build-reporting-maven-extension-parent/
implementation 'io.quarkus.bot:build-reporting-maven-extension-parent:1.0.5'
// https://jarcasting.com/artifacts/io.quarkus.bot/build-reporting-maven-extension-parent/
implementation ("io.quarkus.bot:build-reporting-maven-extension-parent:1.0.5")
'io.quarkus.bot:build-reporting-maven-extension-parent:pom:1.0.5'
<dependency org="io.quarkus.bot" name="build-reporting-maven-extension-parent" rev="1.0.5">
<artifact name="build-reporting-maven-extension-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.bot', module='build-reporting-maven-extension-parent', version='1.0.5')
)
libraryDependencies += "io.quarkus.bot" % "build-reporting-maven-extension-parent" % "1.0.5"
[io.quarkus.bot/build-reporting-maven-extension-parent "1.0.5"]