| GroupId | GroupIdcom.github.cioccarellia |
|---|---|
| ArtifactId | ArtifactIdkite |
| Version | Version1.1.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| kite-1.1.2.pom | |
| kite-1.1.2.aar | 39 KB |
| kite-1.1.2-sources.jar | 22 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.cioccarellia/kite/ -->
<dependency>
<groupId>com.github.cioccarellia</groupId>
<artifactId>kite</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cioccarellia/kite/
implementation 'com.github.cioccarellia:kite:1.1.2'
// https://jarcasting.com/artifacts/com.github.cioccarellia/kite/
implementation ("com.github.cioccarellia:kite:1.1.2")
'com.github.cioccarellia:kite:aar:1.1.2'
<dependency org="com.github.cioccarellia" name="kite" rev="1.1.2">
<artifact name="kite" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.cioccarellia', module='kite', version='1.1.2')
)
libraryDependencies += "com.github.cioccarellia" % "kite" % "1.1.2"
[com.github.cioccarellia/kite "1.1.2"]