MVN

dev.vality : swag-questionary-aggr

Maven & Gradle

Apr 08, 2022

Questionary aggr proxy · Generates jar artifact containing compiled swagger classes based on generated swagger yaml files

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>swag-questionary-aggr</artifactId>
    <version>1.32-1dc5add-client</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.32-1dc5add-client

All Versions

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

Version Vulnerabilities Updated
1.32
swag-questionary-aggr-1.32-1dc5add-client
swag-questionary-aggr-1.32-1dc5add-server
1.31
swag-questionary-aggr-1.31-1dca351-server
swag-questionary-aggr-1.31-1dca351-client

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>swag-questionary-aggr</artifactId>
    <version>1.32-1dc5add-client</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.vality:swag-questionary-aggr:1.32-1dc5add-client'

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

implementation("dev.vality:swag-questionary-aggr:1.32-1dc5add-client")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.vality" % "swag-questionary-aggr" % "1.32-1dc5add-client"

Advertisement