MVN

net.coru : scc-multiapi-converter

Maven & Gradle

Nov 05, 2022
55 stars

SCC-MultiApi-Converter · Generates Spring Cloud Contracts based on an OpenApi and AsyncApi document

<dependency>
    <groupId>net.coru</groupId>
    <artifactId>scc-multiapi-converter</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.coru : scc-multiapi-converter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

Choose a version of net.coru : scc-multiapi-converter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
scc-multiapi-converter-3.3.0
3.2.x
scc-multiapi-converter-3.2.0
3.1.x
scc-multiapi-converter-3.1.0
3.0.x
scc-multiapi-converter-3.0.2
scc-multiapi-converter-3.0.1
scc-multiapi-converter-3.0.0
2.7.x
scc-multiapi-converter-2.7.1
scc-multiapi-converter-2.7.0
2.6.x
scc-multiapi-converter-2.6.2
scc-multiapi-converter-2.6.1
scc-multiapi-converter-2.6.0
2.5.x
scc-multiapi-converter-2.5.0
2.4.x
scc-multiapi-converter-2.4.1
scc-multiapi-converter-2.4.0
2.3.x
scc-multiapi-converter-2.3.2
scc-multiapi-converter-2.3.1
scc-multiapi-converter-2.3.0

How to add a dependency to Maven

Add the following net.coru : scc-multiapi-converter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.coru</groupId>
    <artifactId>scc-multiapi-converter</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.coru : scc-multiapi-converter gradle dependency to your build.gradle file:

implementation 'net.coru:scc-multiapi-converter:3.3.0'

Gradle Kotlin DSL: Add the following net.coru : scc-multiapi-converter gradle kotlin dependency to your build.gradle.kts file:

implementation("net.coru:scc-multiapi-converter:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.coru : scc-multiapi-converter sbt scala dependency to your build.sbt file:

libraryDependencies += "net.coru" % "scc-multiapi-converter" % "3.3.0"

Advertisement