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