Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.snowdream.toybricks |
ArtifactId | ArtifactIdandroid-toybricks-gradle-plugin |
Version | Version0.9.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.snowdream.toybricks/android-toybricks-gradle-plugin/ -->
<dependency>
<groupId>com.github.snowdream.toybricks</groupId>
<artifactId>android-toybricks-gradle-plugin</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.snowdream.toybricks/android-toybricks-gradle-plugin/
implementation 'com.github.snowdream.toybricks:android-toybricks-gradle-plugin:0.9.8'
// https://jarcasting.com/artifacts/com.github.snowdream.toybricks/android-toybricks-gradle-plugin/
implementation ("com.github.snowdream.toybricks:android-toybricks-gradle-plugin:0.9.8")
'com.github.snowdream.toybricks:android-toybricks-gradle-plugin:jar:0.9.8'
<dependency org="com.github.snowdream.toybricks" name="android-toybricks-gradle-plugin" rev="0.9.8">
<artifact name="android-toybricks-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.toybricks', module='android-toybricks-gradle-plugin', version='0.9.8')
)
libraryDependencies += "com.github.snowdream.toybricks" % "android-toybricks-gradle-plugin" % "0.9.8"
[com.github.snowdream.toybricks/android-toybricks-gradle-plugin "0.9.8"]