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.18.0

0.18.0

Created 14 April 2023.

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.18.0"
}

See also:

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