is not current version
Last Version 1.2.0

io.github.afalabarce:jetpackcompose 1.0.6

Another Project for Jetpack Compose Composable Library

GroupId

GroupId

io.github.afalabarce
ArtifactId

ArtifactId

jetpackcompose
Version

Version

1.0.6
Type

Type

aar

Download jetpackcompose 1.0.6


<!-- https://jarcasting.com/artifacts/io.github.afalabarce/jetpackcompose/ -->
<dependency>
    <groupId>io.github.afalabarce</groupId>
    <artifactId>jetpackcompose</artifactId>
    <version>1.0.6</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.afalabarce/jetpackcompose/
implementation 'io.github.afalabarce:jetpackcompose:1.0.6'
// https://jarcasting.com/artifacts/io.github.afalabarce/jetpackcompose/
implementation ("io.github.afalabarce:jetpackcompose:1.0.6")
'io.github.afalabarce:jetpackcompose:aar:1.0.6'
<dependency org="io.github.afalabarce" name="jetpackcompose" rev="1.0.6">
  <artifact name="jetpackcompose" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.afalabarce', module='jetpackcompose', version='1.0.6')
)
libraryDependencies += "io.github.afalabarce" % "jetpackcompose" % "1.0.6"
[io.github.afalabarce/jetpackcompose "1.0.6"]