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