Approval confirmation
Approval confirmation
Delete plugin confirmation
          To confirm the plugin deletion insert pluginId and author name
        
        rob boll
io.kitkit.rest-api
          PluginId 
        
        
          Author 
        
        Version 0.10.33
0.10.33
Created 19 October 2015.
                these aren't the droids you're looking for
                
            
            
            
                
                    Other versions 
                    
            
            
        - 1.0
 - 0.10.90
 - 0.10.89
 - 0.10.88
 - 0.10.87
 - 0.10.86
 - 0.10.85
 - 0.10.84
 - 0.10.83
 - 0.10.82
 - 0.10.81
 - 0.10.80
 - 0.10.79
 - 0.10.78
 - 0.10.77
 - 0.10.76
 - 0.10.75
 - 0.10.74
 - 0.10.73
 - 0.10.72
 - 0.10.71
 - 0.10.70
 - 0.10.69
 - 0.10.68
 - 0.10.67
 - 0.10.66
 - 0.10.65
 - 0.10.64
 - 0.10.63
 - 0.10.62
 - 0.10.61
 - 0.10.60
 - 0.10.59
 - 0.10.58
 - 0.10.57
 - 0.10.56
 - 0.10.55
 - 0.10.54
 - 0.10.53
 - 0.10.52
 - 0.10.51
 - 0.10.50
 - 0.10.49
 - 0.10.48
 - 0.10.47
 - 0.10.46
 - 0.10.45
 - 0.10.44
 - 0.10.43
 - 0.10.42
 - 0.10.41
 - 0.10.40
 - 0.10.39
 - 0.10.38
 - 0.10.37
 - 0.10.36
 - 0.10.35
 - 0.10.34
 - 0.10.32
 - 0.10.31
 - 0.10.30
 - 0.10.29
 - 0.10.28
 - 0.10.27
 - 0.10.26
 - 0.10.25
 - 0.10.24
 - 0.10.23
 - 0.10.22
 - 0.10.21
 - 0.10.20
 - 0.10.19
 - 0.10.18
 - 0.10.17
 - 0.10.16
 - 0.10.15
 - 0.10.14
 - 0.10.13
 - 0.10.12
 - 0.10.11
 - 0.10.10
 - 0.10.9
 - 0.10.8
 - 0.10.7
 - 0.10.6
 - 0.10.5
 - 0.10.4
 - 0.10.3
 - 0.10.2
 - 0.10.1
 - 0.10.0
 - 0.9.31
 - 0.9.30
 - 0.9.29
 - 0.9.28
 - 0.9.27
 - 0.9.26
 - 0.9.25
 - 0.9.24
 - 0.9.23
 - 0.9.22
 - 0.9.21
 - 0.9.20
 - 0.9.19
 - 0.9.18
 - 0.9.17
 - 0.9.16
 - 0.9.15
 - 0.9.14
 - 0.9.13
 - 0.9.12
 - 0.9.11
 - 0.9.9
 - 0.9.8
 - 0.9.7
 - 0.9.6
 - 0.9.5
 - 0.9.4
 - 0.9.3
 - 0.9.2
 - 0.9.1
 - 0.9.0
 - 0.8.12
 - 0.8.11
 - 0.8.10
 - 0.8.9
 - 0.8.8
 - 0.8.7
 - 0.8.6
 - 0.8.5
 - 0.8.4
 - 0.8.3
 - 0.8.2
 
Add this plugin to your build using the plugins DSL:
plugins {
  id("io.kitkit.rest-api") version "0.10.33"
}
              See also:
- 
                
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts):dependencies { implementation("io.kitkit.rest-api:io.kitkit.rest-api.gradle.plugin:0.10.33") }It can then be applied in the precompiled script plugin:plugins { id("io.kitkit.rest-api") } - 
                
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.kitkit.rest-api:io.kitkit.rest-api.gradle.plugin:0.10.33") } } apply(plugin = "io.kitkit.rest-api") - Applying plugins to all subprojects .