Categories |
CategoriesGradle Build Tools Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.satoshun.redex.gradle |
ArtifactId | ArtifactIdredex-gradle-plugin |
Version | Version0.1.30 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.satoshun.redex.gradle/redex-gradle-plugin/ -->
<dependency>
<groupId>com.github.satoshun.redex.gradle</groupId>
<artifactId>redex-gradle-plugin</artifactId>
<version>0.1.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.redex.gradle/redex-gradle-plugin/
implementation 'com.github.satoshun.redex.gradle:redex-gradle-plugin:0.1.30'
// https://jarcasting.com/artifacts/com.github.satoshun.redex.gradle/redex-gradle-plugin/
implementation ("com.github.satoshun.redex.gradle:redex-gradle-plugin:0.1.30")
'com.github.satoshun.redex.gradle:redex-gradle-plugin:jar:0.1.30'
<dependency org="com.github.satoshun.redex.gradle" name="redex-gradle-plugin" rev="0.1.30">
<artifact name="redex-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.redex.gradle', module='redex-gradle-plugin', version='0.1.30')
)
libraryDependencies += "com.github.satoshun.redex.gradle" % "redex-gradle-plugin" % "0.1.30"
[com.github.satoshun.redex.gradle/redex-gradle-plugin "0.1.30"]