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