MVN

io.quarkus.bot : build-reporting-maven-extension-model

Maven & Gradle

Oct 11, 2021
1 usages

Build Reporting Maven Extension - Model

<dependency>
    <groupId>io.quarkus.bot</groupId>
    <artifactId>build-reporting-maven-extension-model</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.quarkus.bot : build-reporting-maven-extension-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of io.quarkus.bot : build-reporting-maven-extension-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
build-reporting-maven-extension-model-1.0.5
build-reporting-maven-extension-model-1.0.4
build-reporting-maven-extension-model-1.0.3
build-reporting-maven-extension-model-1.0.2
build-reporting-maven-extension-model-1.0.1
build-reporting-maven-extension-model-1.0.0

How to add a dependency to Maven

Add the following io.quarkus.bot : build-reporting-maven-extension-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.quarkus.bot</groupId>
    <artifactId>build-reporting-maven-extension-model</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.quarkus.bot : build-reporting-maven-extension-model gradle dependency to your build.gradle file:

implementation 'io.quarkus.bot:build-reporting-maven-extension-model:1.0.5'

Gradle Kotlin DSL: Add the following io.quarkus.bot : build-reporting-maven-extension-model gradle kotlin dependency to your build.gradle.kts file:

implementation("io.quarkus.bot:build-reporting-maven-extension-model:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.quarkus.bot : build-reporting-maven-extension-model sbt scala dependency to your build.sbt file:

libraryDependencies += "io.quarkus.bot" % "build-reporting-maven-extension-model" % "1.0.5"

Advertisement