MVN

dev.vality : swag-organizations

Maven & Gradle

Apr 04, 2022

Messages · Generates jar artifact containing compiled swagger classes based on generated swagger yaml files

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>swag-organizations</artifactId>
    <version>1.22-cd6cc10-server</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.22-cd6cc10-server

All Versions

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

Version Vulnerabilities Updated
1.22
swag-organizations-1.22-cd6cc10-server
swag-organizations-1.22-cd6cc10-client
1.1
swag-organizations-1.1-bb2f2f5-server
swag-organizations-1.1-bb2f2f5-client

How to add a dependency to Maven

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

<dependency>
    <groupId>dev.vality</groupId>
    <artifactId>swag-organizations</artifactId>
    <version>1.22-cd6cc10-server</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'dev.vality:swag-organizations:1.22-cd6cc10-server'

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

implementation("dev.vality:swag-organizations:1.22-cd6cc10-server")

How to add a dependency to SBT Scala

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

libraryDependencies += "dev.vality" % "swag-organizations" % "1.22-cd6cc10-server"

Advertisement