Search Gradle plugins

Version 3.0.25 (latest)

3.0.25

Created 01 September 2023.

Contract first driven REST resource generator for Micronaut, Spring & JAX-RS

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.github.saw303.restapi") version "3.0.25"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.github.saw303.restapi:gradle-java-rest-api:3.0.25")
      }
    }
    
    apply(plugin = "io.github.saw303.restapi")
  • Applying plugins to all subprojects .