MVN

io.github.microcks.quarkus : quarkus-microcks

Maven & Gradle

Aug 09, 2023

Quarkus - Microcks extension · REST, GraphQL, gRPC API and SOAP mock endpoints and contract testing - directly from your specs

<dependency>
    <groupId>io.github.microcks.quarkus</groupId>
    <artifactId>quarkus-microcks</artifactId>
    <version>0.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.0

All Versions

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

Version Vulnerabilities Updated
0.1.x
quarkus-microcks-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.microcks.quarkus</groupId>
    <artifactId>quarkus-microcks</artifactId>
    <version>0.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.microcks.quarkus:quarkus-microcks:0.1.0'

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

implementation("io.github.microcks.quarkus:quarkus-microcks:0.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.microcks.quarkus" % "quarkus-microcks" % "0.1.0"