MVN

com.mangofactory : swagger-models

Maven & Gradle

Mar 27, 2015
1 usages
5.9k stars

swagger-models · This project integrates swagger with the Spring Web MVC framework

<dependency>
    <groupId>com.mangofactory</groupId>
    <artifactId>swagger-models</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mangofactory : swagger-models to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.mangofactory : swagger-models to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
swagger-models-1.0.2
swagger-models-1.0.1
swagger-models-1.0.0
0.9.x
swagger-models-0.9.5
swagger-models-0.9.4
swagger-models-0.9.3
swagger-models-0.9.2
swagger-models-0.9.1

How to add a dependency to Maven

Add the following com.mangofactory : swagger-models maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mangofactory</groupId>
    <artifactId>swagger-models</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mangofactory : swagger-models gradle dependency to your build.gradle file:

implementation 'com.mangofactory:swagger-models:1.0.2'

Gradle Kotlin DSL: Add the following com.mangofactory : swagger-models gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mangofactory:swagger-models:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mangofactory : swagger-models sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mangofactory" % "swagger-models" % "1.0.2"