MVN

io.apicurio : apicurio-registry-schema-resolver

Maven & Gradle

Aug 17, 2023
4 usages
432 stars

apicurio-registry-schema-resolver

<dependency>
    <groupId>io.apicurio</groupId>
    <artifactId>apicurio-registry-schema-resolver</artifactId>
    <version>3.0.0.M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.apicurio : apicurio-registry-schema-resolver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0.M2

All Versions

Choose a version of io.apicurio : apicurio-registry-schema-resolver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
apicurio-registry-schema-resolver-3.0.0.M2
apicurio-registry-schema-resolver-3.0.0.M1
2.4.x
apicurio-registry-schema-resolver-2.4.4.Final
apicurio-registry-schema-resolver-2.4.3.Final
apicurio-registry-schema-resolver-2.4.2.Final
apicurio-registry-schema-resolver-2.4.1.Final
apicurio-registry-schema-resolver-2.4.0.Final
2.3.x
apicurio-registry-schema-resolver-2.3.1.Final
apicurio-registry-schema-resolver-2.3.0.Final
2.2.x
apicurio-registry-schema-resolver-2.2.5.Final
apicurio-registry-schema-resolver-2.2.4.Final
apicurio-registry-schema-resolver-2.2.3.Final
apicurio-registry-schema-resolver-2.2.2.Final
apicurio-registry-schema-resolver-2.2.1.Final
apicurio-registry-schema-resolver-2.2.0.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>io.apicurio</groupId>
    <artifactId>apicurio-registry-schema-resolver</artifactId>
    <version>3.0.0.M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.apicurio : apicurio-registry-schema-resolver gradle dependency to your build.gradle file:

implementation 'io.apicurio:apicurio-registry-schema-resolver:3.0.0.M2'

Gradle Kotlin DSL: Add the following io.apicurio : apicurio-registry-schema-resolver gradle kotlin dependency to your build.gradle.kts file:

implementation("io.apicurio:apicurio-registry-schema-resolver:3.0.0.M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.apicurio : apicurio-registry-schema-resolver sbt scala dependency to your build.sbt file:

libraryDependencies += "io.apicurio" % "apicurio-registry-schema-resolver" % "3.0.0.M2"