Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.chibatching.kotpref |
ArtifactId | ArtifactIdlivedata-support |
Version | Version2.11.0 |
Type | Typeaar |
Filename | Size |
---|---|
livedata-support-2.11.0.pom | |
livedata-support-2.11.0-sources.jar | 1 KB |
livedata-support-2.11.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chibatching.kotpref/livedata-support/ -->
<dependency>
<groupId>com.chibatching.kotpref</groupId>
<artifactId>livedata-support</artifactId>
<version>2.11.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.chibatching.kotpref/livedata-support/
implementation 'com.chibatching.kotpref:livedata-support:2.11.0'
// https://jarcasting.com/artifacts/com.chibatching.kotpref/livedata-support/
implementation ("com.chibatching.kotpref:livedata-support:2.11.0")
'com.chibatching.kotpref:livedata-support:aar:2.11.0'
<dependency org="com.chibatching.kotpref" name="livedata-support" rev="2.11.0">
<artifact name="livedata-support" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.chibatching.kotpref', module='livedata-support', version='2.11.0')
)
libraryDependencies += "com.chibatching.kotpref" % "livedata-support" % "2.11.0"
[com.chibatching.kotpref/livedata-support "2.11.0"]