MVN

de.pentabyte : springfox-enum-plugin

Maven & Gradle

Sep 10, 2020
41 stars

Springfox Enum Plugin · ✏️ Annotate your enums and have this plugin automatically enhance your Swagger docs with it. (which is not possible with Springfox as of Oct 2018)

<dependency>
    <groupId>de.pentabyte</groupId>
    <artifactId>springfox-enum-plugin</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.pentabyte : springfox-enum-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of de.pentabyte : springfox-enum-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
springfox-enum-plugin-3.0.0
1.3.x
springfox-enum-plugin-1.3.0
1.2.x
springfox-enum-plugin-1.2.0
1.1.x
springfox-enum-plugin-1.1.1
1.0.x
springfox-enum-plugin-1.0.2
springfox-enum-plugin-1.0.1
springfox-enum-plugin-1.0.0

How to add a dependency to Maven

Add the following de.pentabyte : springfox-enum-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.pentabyte</groupId>
    <artifactId>springfox-enum-plugin</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.pentabyte : springfox-enum-plugin gradle dependency to your build.gradle file:

implementation 'de.pentabyte:springfox-enum-plugin:3.0.0'

Gradle Kotlin DSL: Add the following de.pentabyte : springfox-enum-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("de.pentabyte:springfox-enum-plugin:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.pentabyte : springfox-enum-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "de.pentabyte" % "springfox-enum-plugin" % "3.0.0"

Advertisement