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.21
0.3.0.21
Created 10 February 2017.
The smartest, most easy to use dependency injection framework out there!
Using the plugins DSL:
plugins {
id("com.github.wrdlbrnft.glue-meister") version "0.3.0.21"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.GlueMeister:plugin:0.3.0.21")
}
}
apply(plugin = "com.github.wrdlbrnft.glue-meister")
Using the plugins DSL:
plugins {
id "com.github.wrdlbrnft.glue-meister" version "0.3.0.21"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.GlueMeister:plugin:0.3.0.21"
}
}
apply plugin: "com.github.wrdlbrnft.glue-meister"