is not current version
Last Version 1.2.0

io.github.afalabarce:jetpackcompose 1.1.3

Another Project for Jetpack Compose Composable Library

GroupId

GroupId

io.github.afalabarce
ArtifactId

ArtifactId

jetpackcompose
Version

Version

1.1.3
Type

Type

aar

Download jetpackcompose 1.1.3


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