MVN

se.mikael-berglund : swagger-jaxb

Maven & Gradle

Jan 24, 2023
0 stars

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

<dependency>
    <groupId>se.mikael-berglund</groupId>
    <artifactId>swagger-jaxb</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.mikael-berglund : swagger-jaxb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of se.mikael-berglund : swagger-jaxb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
swagger-jaxb-1.2
1.1
swagger-jaxb-1.1
1.0
swagger-jaxb-1.0

How to add a dependency to Maven

Add the following se.mikael-berglund : swagger-jaxb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.mikael-berglund</groupId>
    <artifactId>swagger-jaxb</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.mikael-berglund : swagger-jaxb gradle dependency to your build.gradle file:

implementation 'se.mikael-berglund:swagger-jaxb:1.2'

Gradle Kotlin DSL: Add the following se.mikael-berglund : swagger-jaxb gradle kotlin dependency to your build.gradle.kts file:

implementation("se.mikael-berglund:swagger-jaxb:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.mikael-berglund : swagger-jaxb sbt scala dependency to your build.sbt file:

libraryDependencies += "se.mikael-berglund" % "swagger-jaxb" % "1.2"