MVN

com.redhat.consulting : openapi-vertx-archetype

Maven & Gradle

Jan 09, 2022
2 stars

openapi-vertx-archetype · OpenAPI And Vert.x Bootstrap Archetype

<dependency>
    <groupId>com.redhat.consulting</groupId>
    <artifactId>openapi-vertx-archetype</artifactId>
    <version>1.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redhat.consulting : openapi-vertx-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.17

All Versions

Choose a version of com.redhat.consulting : openapi-vertx-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
openapi-vertx-archetype-1.0.17
openapi-vertx-archetype-1.0.16
openapi-vertx-archetype-1.0.15
openapi-vertx-archetype-1.0.14
openapi-vertx-archetype-1.0.13
openapi-vertx-archetype-1.0.12
openapi-vertx-archetype-1.0.11
openapi-vertx-archetype-1.0.10
openapi-vertx-archetype-1.0.9
openapi-vertx-archetype-1.0.8
openapi-vertx-archetype-1.0.4
openapi-vertx-archetype-1.0.3

How to add a dependency to Maven

Add the following com.redhat.consulting : openapi-vertx-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redhat.consulting</groupId>
    <artifactId>openapi-vertx-archetype</artifactId>
    <version>1.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redhat.consulting : openapi-vertx-archetype gradle dependency to your build.gradle file:

implementation 'com.redhat.consulting:openapi-vertx-archetype:1.0.17'

Gradle Kotlin DSL: Add the following com.redhat.consulting : openapi-vertx-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redhat.consulting:openapi-vertx-archetype:1.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redhat.consulting : openapi-vertx-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redhat.consulting" % "openapi-vertx-archetype" % "1.0.17"