is not current version
Last Version 1.2.1

com.github.cioccarellia:kite 1.1.2

Kotlin Android Resources Wrapper Library

GroupId

GroupId

com.github.cioccarellia
ArtifactId

ArtifactId

kite
Version

Version

1.1.2
Type

Type

aar

Download kite 1.1.2


<!-- 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"]