is not current version
Last Version 0.3.5

com.willowtreeapps.gradle.plugins:gradle-testflight-plugin 0.3.4

Use this plugin to publish an Android or iOS mobile application to TestFlight. Create an account at https://testflightapp.com to get started.

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.willowtreeapps.gradle.plugins
ArtifactId

ArtifactId

gradle-testflight-plugin
Version

Version

0.3.4
Type

Type

jar

Download gradle-testflight-plugin 0.3.4


<!-- 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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.willowtreeapps.gradle.plugins/gradle-testflight-plugin/
implementation 'com.willowtreeapps.gradle.plugins:gradle-testflight-plugin:0.3.4'
// https://jarcasting.com/artifacts/com.willowtreeapps.gradle.plugins/gradle-testflight-plugin/
implementation ("com.willowtreeapps.gradle.plugins:gradle-testflight-plugin:0.3.4")
'com.willowtreeapps.gradle.plugins:gradle-testflight-plugin:jar:0.3.4'
<dependency org="com.willowtreeapps.gradle.plugins" name="gradle-testflight-plugin" rev="0.3.4">
  <artifact name="gradle-testflight-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.willowtreeapps.gradle.plugins', module='gradle-testflight-plugin', version='0.3.4')
)
libraryDependencies += "com.willowtreeapps.gradle.plugins" % "gradle-testflight-plugin" % "0.3.4"
[com.willowtreeapps.gradle.plugins/gradle-testflight-plugin "0.3.4"]