MVN

org.zalando.stups : swagger-codegen-template-spring-interfaces

Maven & Gradle

Feb 23, 2017
3 usages
<dependency>
    <groupId>org.zalando.stups</groupId>
    <artifactId>swagger-codegen-template-spring-interfaces</artifactId>
    <version>0.4.38</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.zalando.stups : swagger-codegen-template-spring-interfaces to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.38
  • Latest Beta: 0.5.0-beta-1

All Versions

Choose a version of org.zalando.stups : swagger-codegen-template-spring-interfaces to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
swagger-codegen-template-spring-interfaces-0.5.0-beta-1
0.4.x
swagger-codegen-template-spring-interfaces-0.4.38
swagger-codegen-template-spring-interfaces-0.4.37
swagger-codegen-template-spring-interfaces-0.4.36
swagger-codegen-template-spring-interfaces-0.4.35
swagger-codegen-template-spring-interfaces-0.4.34
swagger-codegen-template-spring-interfaces-0.4.33
swagger-codegen-template-spring-interfaces-0.4.31
swagger-codegen-template-spring-interfaces-0.4.30
swagger-codegen-template-spring-interfaces-0.4.29
swagger-codegen-template-spring-interfaces-0.4.28
swagger-codegen-template-spring-interfaces-0.4.27
swagger-codegen-template-spring-interfaces-0.4.26
swagger-codegen-template-spring-interfaces-0.4.25
swagger-codegen-template-spring-interfaces-0.4.24
swagger-codegen-template-spring-interfaces-0.4.23
swagger-codegen-template-spring-interfaces-0.4.22
swagger-codegen-template-spring-interfaces-0.4.21
swagger-codegen-template-spring-interfaces-0.4.20
swagger-codegen-template-spring-interfaces-0.4.19
swagger-codegen-template-spring-interfaces-0.4.18
swagger-codegen-template-spring-interfaces-0.4.17
swagger-codegen-template-spring-interfaces-0.4.16
swagger-codegen-template-spring-interfaces-0.4.15
swagger-codegen-template-spring-interfaces-0.4.14
swagger-codegen-template-spring-interfaces-0.4.13
swagger-codegen-template-spring-interfaces-0.4.12
swagger-codegen-template-spring-interfaces-0.4.11
swagger-codegen-template-spring-interfaces-0.4.10
swagger-codegen-template-spring-interfaces-0.4.9
swagger-codegen-template-spring-interfaces-0.4.8
swagger-codegen-template-spring-interfaces-0.4.7
swagger-codegen-template-spring-interfaces-0.4.6
swagger-codegen-template-spring-interfaces-0.4.5
swagger-codegen-template-spring-interfaces-0.4.4
swagger-codegen-template-spring-interfaces-0.4.3
swagger-codegen-template-spring-interfaces-0.4.2
swagger-codegen-template-spring-interfaces-0.4.1
swagger-codegen-template-spring-interfaces-0.4.0

How to add a dependency to Maven

Add the following org.zalando.stups : swagger-codegen-template-spring-interfaces maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.zalando.stups</groupId>
    <artifactId>swagger-codegen-template-spring-interfaces</artifactId>
    <version>0.4.38</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.zalando.stups : swagger-codegen-template-spring-interfaces gradle dependency to your build.gradle file:

implementation 'org.zalando.stups:swagger-codegen-template-spring-interfaces:0.4.38'

Gradle Kotlin DSL: Add the following org.zalando.stups : swagger-codegen-template-spring-interfaces gradle kotlin dependency to your build.gradle.kts file:

implementation("org.zalando.stups:swagger-codegen-template-spring-interfaces:0.4.38")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.zalando.stups : swagger-codegen-template-spring-interfaces sbt scala dependency to your build.sbt file:

libraryDependencies += "org.zalando.stups" % "swagger-codegen-template-spring-interfaces" % "0.4.38"

Advertisement