GroupId | GroupIdio.github.alexgladkov |
---|---|
ArtifactId | ArtifactIdodyssey-compose-android |
Version | Version1.0.0-beta02 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.alexgladkov/odyssey-compose-android/ -->
<dependency>
<groupId>io.github.alexgladkov</groupId>
<artifactId>odyssey-compose-android</artifactId>
<version>1.0.0-beta02</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.alexgladkov/odyssey-compose-android/
implementation 'io.github.alexgladkov:odyssey-compose-android:1.0.0-beta02'
// https://jarcasting.com/artifacts/io.github.alexgladkov/odyssey-compose-android/
implementation ("io.github.alexgladkov:odyssey-compose-android:1.0.0-beta02")
'io.github.alexgladkov:odyssey-compose-android:aar:1.0.0-beta02'
<dependency org="io.github.alexgladkov" name="odyssey-compose-android" rev="1.0.0-beta02">
<artifact name="odyssey-compose-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.alexgladkov', module='odyssey-compose-android', version='1.0.0-beta02')
)
libraryDependencies += "io.github.alexgladkov" % "odyssey-compose-android" % "1.0.0-beta02"
[io.github.alexgladkov/odyssey-compose-android "1.0.0-beta02"]