Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.alorma |
ArtifactId | ArtifactIdcompose-settings-storage-base |
Version | Version0.7.1 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.alorma/compose-settings-storage-base/ -->
<dependency>
<groupId>com.github.alorma</groupId>
<artifactId>compose-settings-storage-base</artifactId>
<version>0.7.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alorma/compose-settings-storage-base/
implementation 'com.github.alorma:compose-settings-storage-base:0.7.1'
// https://jarcasting.com/artifacts/com.github.alorma/compose-settings-storage-base/
implementation ("com.github.alorma:compose-settings-storage-base:0.7.1")
'com.github.alorma:compose-settings-storage-base:aar:0.7.1'
<dependency org="com.github.alorma" name="compose-settings-storage-base" rev="0.7.1">
<artifact name="compose-settings-storage-base" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.alorma', module='compose-settings-storage-base', version='0.7.1')
)
libraryDependencies += "com.github.alorma" % "compose-settings-storage-base" % "0.7.1"
[com.github.alorma/compose-settings-storage-base "0.7.1"]