Search Gradle plugins

com.epages.restdocs-api-spec

Extends Spring REST Docs with API specifications in OpenAPI2, OpenAPI3 and Postman Collections formats

https://github.com/ePages-de/restdocs-api-spec

Sources: https://github.com/ePages-de/restdocs-api-spec

Version 0.19.4 (latest)

0.19.4

Created 30 September 2024.

Extends Spring REST Docs with API specifications in OpenAPI2, OpenAPI3 and Postman Collections formats

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.epages.restdocs-api-spec") version "0.19.4"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.epages:restdocs-api-spec-gradle-plugin:0.19.4")
      }
    }
    
    apply(plugin = "com.epages.restdocs-api-spec")
  • Applying plugins to all subprojects .