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