GroupId | GroupIdorg.uniflow-kt |
---|---|
ArtifactId | ArtifactIduniflow-android |
Version | Version1.0.0-alpha-1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/ -->
<dependency>
<groupId>org.uniflow-kt</groupId>
<artifactId>uniflow-android</artifactId>
<version>1.0.0-alpha-1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/
implementation 'org.uniflow-kt:uniflow-android:1.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.uniflow-kt/uniflow-android/
implementation ("org.uniflow-kt:uniflow-android:1.0.0-alpha-1")
'org.uniflow-kt:uniflow-android:aar:1.0.0-alpha-1'
<dependency org="org.uniflow-kt" name="uniflow-android" rev="1.0.0-alpha-1">
<artifact name="uniflow-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.uniflow-kt', module='uniflow-android', version='1.0.0-alpha-1')
)
libraryDependencies += "org.uniflow-kt" % "uniflow-android" % "1.0.0-alpha-1"
[org.uniflow-kt/uniflow-android "1.0.0-alpha-1"]