MVN

dev.vality : swag-gambit

Maven & Gradle

Sep 08, 2022
0 stars

Gambit · Generates jar artifact containing compiled openapi classes based on generated openapi yaml files

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>swag-gambit</artifactId>
    <version>1.4-cb39563-client</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.vality : swag-gambit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4-cb39563-client

All Versions

Choose a version of dev.vality : swag-gambit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
swag-gambit-1.4-cb39563-client
swag-gambit-1.4-cb39563-server
1.3
swag-gambit-1.3-afd100d-client
swag-gambit-1.3-afd100d-server
1.2
swag-gambit-1.2-5f05ba8-client
swag-gambit-1.2-5f05ba8-server

How to add a dependency to Maven

Add the following dev.vality : swag-gambit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>swag-gambit</artifactId>
    <version>1.4-cb39563-client</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.vality : swag-gambit gradle dependency to your build.gradle file:

implementation 'dev.vality:swag-gambit:1.4-cb39563-client'

Gradle Kotlin DSL: Add the following dev.vality : swag-gambit gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.vality:swag-gambit:1.4-cb39563-client")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.vality : swag-gambit sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.vality" % "swag-gambit" % "1.4-cb39563-client"

Advertisement