MVN

com.github.swagger-akka-http : swagger-scala-module_2.13

Maven & Gradle

Jun 14, 2023
8 usages
11 stars

swagger-scala-module · swagger-scala-module

<dependency>
    <groupId>com.github.swagger-akka-http</groupId>
    <artifactId>swagger-scala-module_2.13</artifactId>
    <version>2.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.swagger-akka-http : swagger-scala-module_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.0

All Versions

Choose a version of com.github.swagger-akka-http : swagger-scala-module_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.11.x
swagger-scala-module_2.13-2.11.0
2.10.x
swagger-scala-module_2.13-2.10.0
2.9.x
swagger-scala-module_2.13-2.9.1
swagger-scala-module_2.13-2.9.0
2.8.x
swagger-scala-module_2.13-2.8.2
swagger-scala-module_2.13-2.8.0
2.7.x
swagger-scala-module_2.13-2.7.10
swagger-scala-module_2.13-2.7.9
swagger-scala-module_2.13-2.7.8
swagger-scala-module_2.13-2.7.7
swagger-scala-module_2.13-2.7.6
swagger-scala-module_2.13-2.7.5
swagger-scala-module_2.13-2.7.4
swagger-scala-module_2.13-2.7.3
swagger-scala-module_2.13-2.7.2
swagger-scala-module_2.13-2.7.1
swagger-scala-module_2.13-2.7.0
2.6.x
swagger-scala-module_2.13-2.6.0
2.5.x
swagger-scala-module_2.13-2.5.2
swagger-scala-module_2.13-2.5.0
2.4.x
swagger-scala-module_2.13-2.4.0
2.3.x
swagger-scala-module_2.13-2.3.4
swagger-scala-module_2.13-2.3.3
swagger-scala-module_2.13-2.3.2
swagger-scala-module_2.13-2.3.1
swagger-scala-module_2.13-2.3.0
2.2.x
swagger-scala-module_2.13-2.2.0
2.1.x
swagger-scala-module_2.13-2.1.3
swagger-scala-module_2.13-2.1.2
swagger-scala-module_2.13-2.1.1
swagger-scala-module_2.13-2.1.0
2.0.x
swagger-scala-module_2.13-2.0.7
swagger-scala-module_2.13-2.0.6
swagger-scala-module_2.13-2.0.5
swagger-scala-module_2.13-2.0.4
1.4.x
swagger-scala-module_2.13-1.4.1
swagger-scala-module_2.13-1.4.0
1.3.x
swagger-scala-module_2.13-1.3.0
1.2.x
swagger-scala-module_2.13-1.2.0
1.1.x
swagger-scala-module_2.13-1.1.0
1.0.x
swagger-scala-module_2.13-1.0.6

How to add a dependency to Maven

Add the following com.github.swagger-akka-http : swagger-scala-module_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.swagger-akka-http</groupId>
    <artifactId>swagger-scala-module_2.13</artifactId>
    <version>2.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.swagger-akka-http : swagger-scala-module_2.13 gradle dependency to your build.gradle file:

implementation 'com.github.swagger-akka-http:swagger-scala-module_2.13:2.11.0'

Gradle Kotlin DSL: Add the following com.github.swagger-akka-http : swagger-scala-module_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.swagger-akka-http:swagger-scala-module_2.13:2.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.swagger-akka-http : swagger-scala-module_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.swagger-akka-http" % "swagger-scala-module_2.13" % "2.11.0"

Advertisement