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