GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdandroid-preference-activity |
Version | Version4.2.3 |
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.3</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.3'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-preference-activity/
implementation ("com.github.michael-rapp:android-preference-activity:4.2.3")
'com.github.michael-rapp:android-preference-activity:aar:4.2.3'
<dependency org="com.github.michael-rapp" name="android-preference-activity" rev="4.2.3">
<artifact name="android-preference-activity" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-preference-activity', version='4.2.3')
)
libraryDependencies += "com.github.michael-rapp" % "android-preference-activity" % "4.2.3"
[com.github.michael-rapp/android-preference-activity "4.2.3"]