| GroupId | GroupIdcom.github.michael-rapp |
|---|---|
| ArtifactId | ArtifactIdandroid-material-preferences |
| Version | Version2.2.0 |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/android-material-preferences/ -->
<dependency>
<groupId>com.github.michael-rapp</groupId>
<artifactId>android-material-preferences</artifactId>
<version>2.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-material-preferences/
implementation 'com.github.michael-rapp:android-material-preferences:2.2.0'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-material-preferences/
implementation ("com.github.michael-rapp:android-material-preferences:2.2.0")
'com.github.michael-rapp:android-material-preferences:aar:2.2.0'
<dependency org="com.github.michael-rapp" name="android-material-preferences" rev="2.2.0">
<artifact name="android-material-preferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-material-preferences', version='2.2.0')
)
libraryDependencies += "com.github.michael-rapp" % "android-material-preferences" % "2.2.0"
[com.github.michael-rapp/android-material-preferences "2.2.0"]