| GroupId | GroupIdspace.testflight |
|---|---|
| ArtifactId | ArtifactIdtestflight |
| Version | Version0.6.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| testflight-0.6.3.pom | |
| testflight-0.6.3.jar | 29 KB |
| testflight-0.6.3-sources.jar | 18 KB |
| testflight-0.6.3-javadoc.jar | 458 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/space.testflight/testflight/ -->
<dependency>
<groupId>space.testflight</groupId>
<artifactId>testflight</artifactId>
<version>0.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/space.testflight/testflight/
implementation 'space.testflight:testflight:0.6.3'
// https://jarcasting.com/artifacts/space.testflight/testflight/
implementation ("space.testflight:testflight:0.6.3")
'space.testflight:testflight:jar:0.6.3'
<dependency org="space.testflight" name="testflight" rev="0.6.3">
<artifact name="testflight" type="jar" />
</dependency>
@Grapes(
@Grab(group='space.testflight', module='testflight', version='0.6.3')
)
libraryDependencies += "space.testflight" % "testflight" % "0.6.3"
[space.testflight/testflight "0.6.3"]