License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.willowtreeapps.saguaro |
ArtifactId | ArtifactIdgradle-plugin |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSaguaro Gradle Plugin
A gradle plugin for Saguaro, an Android library that makes it easy to add version info, license info, and sending feedback.
|
Filename | Size |
---|---|
gradle-plugin-1.0.1.pom | |
gradle-plugin-1.0.1.jar | 43 KB |
gradle-plugin-1.0.1-sources.jar | 6 KB |
gradle-plugin-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.willowtreeapps.saguaro/gradle-plugin/ -->
<dependency>
<groupId>com.willowtreeapps.saguaro</groupId>
<artifactId>gradle-plugin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.saguaro/gradle-plugin/
implementation 'com.willowtreeapps.saguaro:gradle-plugin:1.0.1'
// https://jarcasting.com/artifacts/com.willowtreeapps.saguaro/gradle-plugin/
implementation ("com.willowtreeapps.saguaro:gradle-plugin:1.0.1")
'com.willowtreeapps.saguaro:gradle-plugin:jar:1.0.1'
<dependency org="com.willowtreeapps.saguaro" name="gradle-plugin" rev="1.0.1">
<artifact name="gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.saguaro', module='gradle-plugin', version='1.0.1')
)
libraryDependencies += "com.willowtreeapps.saguaro" % "gradle-plugin" % "1.0.1"
[com.willowtreeapps.saguaro/gradle-plugin "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.willowtreeapps.saguaro : saguaro-plugin-base | jar | 1.0.1 |