License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.willowtreeapps.gradle.plugins |
ArtifactId | ArtifactIdgradle-testflight-plugin |
Last Version | Last Version0.3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGradle TestFlight Plugin
Use this plugin to publish an Android or iOS mobile application to TestFlight. Create an account at https://testflightapp.com to get started.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.willowtreeapps.gradle.plugins/gradle-testflight-plugin/ -->
<dependency>
<groupId>com.willowtreeapps.gradle.plugins</groupId>
<artifactId>gradle-testflight-plugin</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.gradle.plugins/gradle-testflight-plugin/
implementation 'com.willowtreeapps.gradle.plugins:gradle-testflight-plugin:0.3.5'
// https://jarcasting.com/artifacts/com.willowtreeapps.gradle.plugins/gradle-testflight-plugin/
implementation ("com.willowtreeapps.gradle.plugins:gradle-testflight-plugin:0.3.5")
'com.willowtreeapps.gradle.plugins:gradle-testflight-plugin:jar:0.3.5'
<dependency org="com.willowtreeapps.gradle.plugins" name="gradle-testflight-plugin" rev="0.3.5">
<artifact name="gradle-testflight-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.gradle.plugins', module='gradle-testflight-plugin', version='0.3.5')
)
libraryDependencies += "com.willowtreeapps.gradle.plugins" % "gradle-testflight-plugin" % "0.3.5"
[com.willowtreeapps.gradle.plugins/gradle-testflight-plugin "0.3.5"]
Group / Artifact | Type | Version |
---|---|---|
commons-httpclient : commons-httpclient | jar | 3.1 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
org.apache.httpcomponents : httpcore | jar | 4.2.1 |
org.apache.httpcomponents : fluent-hc | jar | 4.2.1 |
org.apache.httpcomponents : httpclient-cache | jar | 4.2.1 |
org.apache.httpcomponents : httpmime | jar | 4.2.1 |