MVN

io.quarkus : quarkus-registry-descriptor

Maven & Gradle

Jun 19, 2020
0 stars
<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-registry-descriptor</artifactId>
    <version>1.0.0.Beta8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.quarkus : quarkus-registry-descriptor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Beta8
  • Latest Beta: 1.0.0.Beta8

All Versions

Choose a version of io.quarkus : quarkus-registry-descriptor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
quarkus-registry-descriptor-1.0.0.Beta8
quarkus-registry-descriptor-1.0.0.Beta7
quarkus-registry-descriptor-1.0.0.Beta6
quarkus-registry-descriptor-1.0.0.Beta5
quarkus-registry-descriptor-1.0.0.Beta4
quarkus-registry-descriptor-1.0.0.Beta3
quarkus-registry-descriptor-1.0.0.Beta2
quarkus-registry-descriptor-1.0.0.Beta1

How to add a dependency to Maven

Add the following io.quarkus : quarkus-registry-descriptor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-registry-descriptor</artifactId>
    <version>1.0.0.Beta8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.quarkus : quarkus-registry-descriptor gradle dependency to your build.gradle file:

implementation 'io.quarkus:quarkus-registry-descriptor:1.0.0.Beta8'

Gradle Kotlin DSL: Add the following io.quarkus : quarkus-registry-descriptor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.quarkus:quarkus-registry-descriptor:1.0.0.Beta8")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.quarkus : quarkus-registry-descriptor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.quarkus" % "quarkus-registry-descriptor" % "1.0.0.Beta8"

Advertisement