| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools Dex General Purpose Libraries Utility |
| GroupId | GroupIdcom.github.satoshun.redex.gradle |
| ArtifactId | ArtifactIdredex-gradle-plugin |
| Last Version | Last Version0.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRedex Gradle Plugin
Gradle plugin for Redex
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| redex-gradle-plugin-0.2.0.pom | |
| redex-gradle-plugin-0.2.0.jar | 15 KB |
| redex-gradle-plugin-0.2.0-sources.jar | 3 KB |
| redex-gradle-plugin-0.2.0-javadoc.jar | 38 KB |
| Browse |
<!-- 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.satoshun.redex.gradle/redex-gradle-plugin/
implementation 'com.github.satoshun.redex.gradle:redex-gradle-plugin:0.2.0'
// https://jarcasting.com/artifacts/com.github.satoshun.redex.gradle/redex-gradle-plugin/
implementation ("com.github.satoshun.redex.gradle:redex-gradle-plugin:0.2.0")
'com.github.satoshun.redex.gradle:redex-gradle-plugin:jar:0.2.0'
<dependency org="com.github.satoshun.redex.gradle" name="redex-gradle-plugin" rev="0.2.0">
<artifact name="redex-gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.satoshun.redex.gradle', module='redex-gradle-plugin', version='0.2.0')
)
libraryDependencies += "com.github.satoshun.redex.gradle" % "redex-gradle-plugin" % "0.2.0"
[com.github.satoshun.redex.gradle/redex-gradle-plugin "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.tools.build : gradle | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |