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