MVN

com.masabi.swagwire : swagwire-codegen

Maven & Gradle

Jun 20, 2023
15 stars

Swagwire · Swagwire combines Swagger and Wiremock to generate tests stubs for HTTP integration testing

<dependency>
    <groupId>com.masabi.swagwire</groupId>
    <artifactId>swagwire-codegen</artifactId>
    <version>1.0.7-openapi3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.masabi.swagwire : swagwire-codegen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7-openapi3
  • Latest Release Candidate: 0.0.26-rc5

All Versions

Choose a version of com.masabi.swagwire : swagwire-codegen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
swagwire-codegen-1.0.7-openapi3
swagwire-codegen-1.0.6-openapi3
swagwire-codegen-1.0.5-openapi3
swagwire-codegen-1.0.4-openapi3
swagwire-codegen-1.0.3-openapi3
swagwire-codegen-1.0.2-openapi3
swagwire-codegen-1.0.1-openapi3
swagwire-codegen-1.0.0-openapi3
0.0.x
swagwire-codegen-0.0.27
swagwire-codegen-0.0.26
swagwire-codegen-0.0.26-rc5
swagwire-codegen-0.0.26-rc4
swagwire-codegen-0.0.26-rc3
swagwire-codegen-0.0.26-rc2
swagwire-codegen-0.0.26-rc1
swagwire-codegen-0.0.25
swagwire-codegen-0.0.24

How to add a dependency to Maven

Add the following com.masabi.swagwire : swagwire-codegen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.masabi.swagwire</groupId>
    <artifactId>swagwire-codegen</artifactId>
    <version>1.0.7-openapi3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.masabi.swagwire : swagwire-codegen gradle dependency to your build.gradle file:

implementation 'com.masabi.swagwire:swagwire-codegen:1.0.7-openapi3'

Gradle Kotlin DSL: Add the following com.masabi.swagwire : swagwire-codegen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.masabi.swagwire:swagwire-codegen:1.0.7-openapi3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.masabi.swagwire : swagwire-codegen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.masabi.swagwire" % "swagwire-codegen" % "1.0.7-openapi3"

Advertisement