GroupId | GroupIdcom.github.kopihao |
---|---|
ArtifactId | ArtifactIdpeasy-recyclerview |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
peasy-recyclerview-1.0.2.pom | |
peasy-recyclerview-1.0.2.aar | 35 KB |
peasy-recyclerview-1.0.2-sources.jar | 6 KB |
peasy-recyclerview-1.0.2-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kopihao/peasy-recyclerview/ -->
<dependency>
<groupId>com.github.kopihao</groupId>
<artifactId>peasy-recyclerview</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kopihao/peasy-recyclerview/
implementation 'com.github.kopihao:peasy-recyclerview:1.0.2'
// https://jarcasting.com/artifacts/com.github.kopihao/peasy-recyclerview/
implementation ("com.github.kopihao:peasy-recyclerview:1.0.2")
'com.github.kopihao:peasy-recyclerview:aar:1.0.2'
<dependency org="com.github.kopihao" name="peasy-recyclerview" rev="1.0.2">
<artifact name="peasy-recyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.kopihao', module='peasy-recyclerview', version='1.0.2')
)
libraryDependencies += "com.github.kopihao" % "peasy-recyclerview" % "1.0.2"
[com.github.kopihao/peasy-recyclerview "1.0.2"]