Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.github.dokar3 |
ArtifactId | ArtifactIdlazyrecycler-livedata |
Version | Version0.3.0 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler-livedata/ -->
<dependency>
<groupId>io.github.dokar3</groupId>
<artifactId>lazyrecycler-livedata</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler-livedata/
implementation 'io.github.dokar3:lazyrecycler-livedata:0.3.0'
// https://jarcasting.com/artifacts/io.github.dokar3/lazyrecycler-livedata/
implementation ("io.github.dokar3:lazyrecycler-livedata:0.3.0")
'io.github.dokar3:lazyrecycler-livedata:pom:0.3.0'
<dependency org="io.github.dokar3" name="lazyrecycler-livedata" rev="0.3.0">
<artifact name="lazyrecycler-livedata" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.dokar3', module='lazyrecycler-livedata', version='0.3.0')
)
libraryDependencies += "io.github.dokar3" % "lazyrecycler-livedata" % "0.3.0"
[io.github.dokar3/lazyrecycler-livedata "0.3.0"]