com.github.wrdlbrnft.glue-meister
Owner: Xaver Kapeller
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.36
0.3.0.36
Created 02 March 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.36"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.GlueMeister:plugin:0.3.0.36") } } apply(plugin = "com.github.wrdlbrnft.glue-meister")
- Applying plugins to all subprojects .