MVN

io.apicurio : apicurio-tenant-manager-api

Maven & Gradle

Aug 09, 2023
0 stars

apicurio-tenant-manager-api

<dependency>
    <groupId>io.apicurio</groupId>
    <artifactId>apicurio-tenant-manager-api</artifactId>
    <version>0.2.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.apicurio : apicurio-tenant-manager-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0.Final

All Versions

Choose a version of io.apicurio : apicurio-tenant-manager-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
apicurio-tenant-manager-api-0.2.0.Final
apicurio-tenant-manager-api-0.2.0.CR2
apicurio-tenant-manager-api-0.2.0.CR1
0.1.x
apicurio-tenant-manager-api-0.1.3.Final
apicurio-tenant-manager-api-0.1.2.Final
apicurio-tenant-manager-api-0.1.1.Final
apicurio-tenant-manager-api-0.1.0.Final

How to add a dependency to Maven

Add the following io.apicurio : apicurio-tenant-manager-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.apicurio</groupId>
    <artifactId>apicurio-tenant-manager-api</artifactId>
    <version>0.2.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.apicurio : apicurio-tenant-manager-api gradle dependency to your build.gradle file:

implementation 'io.apicurio:apicurio-tenant-manager-api:0.2.0.Final'

Gradle Kotlin DSL: Add the following io.apicurio : apicurio-tenant-manager-api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.apicurio:apicurio-tenant-manager-api:0.2.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.apicurio : apicurio-tenant-manager-api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.apicurio" % "apicurio-tenant-manager-api" % "0.2.0.Final"