MVN

com.github.andreas-maier-ntt : swagger-jaxb

Maven & Gradle

Jun 27, 2018
2 stars

Swagger JAXB · XJC Plugin to add Swagger Annotations to your swagger generated JAXB classes, see github for info

<dependency>
    <groupId>com.github.andreas-maier-ntt</groupId>
    <artifactId>swagger-jaxb</artifactId>
    <version>1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.andreas-maier-ntt : swagger-jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.13

All Versions

Choose a version of com.github.andreas-maier-ntt : swagger-jaxb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.13
swagger-jaxb-1.13
1.12
swagger-jaxb-1.12
1.11
swagger-jaxb-1.11
1.10
swagger-jaxb-1.10
1.9
swagger-jaxb-1.9
1.8
swagger-jaxb-1.8
1.7
swagger-jaxb-1.7

How to add a dependency to Maven

Add the following com.github.andreas-maier-ntt : swagger-jaxb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.andreas-maier-ntt</groupId>
    <artifactId>swagger-jaxb</artifactId>
    <version>1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.andreas-maier-ntt : swagger-jaxb gradle dependency to your build.gradle file:

implementation 'com.github.andreas-maier-ntt:swagger-jaxb:1.13'

Gradle Kotlin DSL: Add the following com.github.andreas-maier-ntt : swagger-jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.andreas-maier-ntt:swagger-jaxb:1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.andreas-maier-ntt : swagger-jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.andreas-maier-ntt" % "swagger-jaxb" % "1.13"

Advertisement