GroupId | GroupIdcom.chibatching.kotpref |
---|---|
ArtifactId | ArtifactIdpreference-screen-dsl |
Version | Version2.10.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.chibatching.kotpref/preference-screen-dsl/ -->
<dependency>
<groupId>com.chibatching.kotpref</groupId>
<artifactId>preference-screen-dsl</artifactId>
<version>2.10.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.chibatching.kotpref/preference-screen-dsl/
implementation 'com.chibatching.kotpref:preference-screen-dsl:2.10.0'
// https://jarcasting.com/artifacts/com.chibatching.kotpref/preference-screen-dsl/
implementation ("com.chibatching.kotpref:preference-screen-dsl:2.10.0")
'com.chibatching.kotpref:preference-screen-dsl:aar:2.10.0'
<dependency org="com.chibatching.kotpref" name="preference-screen-dsl" rev="2.10.0">
<artifact name="preference-screen-dsl" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.chibatching.kotpref', module='preference-screen-dsl', version='2.10.0')
)
libraryDependencies += "com.chibatching.kotpref" % "preference-screen-dsl" % "2.10.0"
[com.chibatching.kotpref/preference-screen-dsl "2.10.0"]