| Категории |
КатегорииGradle Компиляция и сборка |
|---|---|
| Группа | Группаcom.github.snowdream.toybricks |
| Идентификатор | Идентификаторandroid-toybricks-gradle-plugin |
| Версия | Версия0.9.9 |
| Тип | Типjar |
<!-- 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.9</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.9'
// https://jarcasting.com/artifacts/com.github.snowdream.toybricks/android-toybricks-gradle-plugin/
implementation ("com.github.snowdream.toybricks:android-toybricks-gradle-plugin:0.9.9")
'com.github.snowdream.toybricks:android-toybricks-gradle-plugin:jar:0.9.9'
<dependency org="com.github.snowdream.toybricks" name="android-toybricks-gradle-plugin" rev="0.9.9">
<artifact name="android-toybricks-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.snowdream.toybricks', module='android-toybricks-gradle-plugin', version='0.9.9')
)
libraryDependencies += "com.github.snowdream.toybricks" % "android-toybricks-gradle-plugin" % "0.9.9"
[com.github.snowdream.toybricks/android-toybricks-gradle-plugin "0.9.9"]