| License |
License |
|---|---|
| GroupId | GroupIdcom.theflyy.sdk |
| ArtifactId | ArtifactIdflyy |
| Version | Version1.4.18 |
| Type | Typejar |
| Description |
Descriptionflyy
Flyy Android SDK
|
| Filename | Size |
|---|---|
| flyy-1.4.18.pom | 1 KB |
| flyy-1.4.18-sources.jar | 301 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.theflyy.sdk/flyy/ -->
<dependency>
<groupId>com.theflyy.sdk</groupId>
<artifactId>flyy</artifactId>
<version>1.4.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.theflyy.sdk/flyy/
implementation 'com.theflyy.sdk:flyy:1.4.18'
// https://jarcasting.com/artifacts/com.theflyy.sdk/flyy/
implementation ("com.theflyy.sdk:flyy:1.4.18")
'com.theflyy.sdk:flyy:jar:1.4.18'
<dependency org="com.theflyy.sdk" name="flyy" rev="1.4.18">
<artifact name="flyy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theflyy.sdk', module='flyy', version='1.4.18')
)
libraryDependencies += "com.theflyy.sdk" % "flyy" % "1.4.18"
[com.theflyy.sdk/flyy "1.4.18"]