Search Gradle plugins

com.github.wrdlbrnft.glue-meister

The smartest, most easy to use dependency injection framework out there!

https://github.com/Wrdlbrnft/GlueMeister

Sources: https://github.com/Wrdlbrnft/GlueMeister

Version 0.3.0.34

0.3.0.34

Created 15 February 2017.

The smartest, most easy to use dependency injection framework out there!

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.wrdlbrnft.glue-meister") version "0.3.0.34"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.GlueMeister:plugin:0.3.0.34")
      }
    }
    
    apply(plugin = "com.github.wrdlbrnft.glue-meister")
  • Applying plugins to all subprojects .