| GroupId | GroupIdcom.github.sparrow007 |
|---|---|
| ArtifactId | ArtifactIdcarouselrecyclerview |
| Version | Version1.2.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| carouselrecyclerview-1.2.3.pom | |
| carouselrecyclerview-1.2.3-sources.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sparrow007/carouselrecyclerview/ -->
<dependency>
<groupId>com.github.sparrow007</groupId>
<artifactId>carouselrecyclerview</artifactId>
<version>1.2.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparrow007/carouselrecyclerview/
implementation 'com.github.sparrow007:carouselrecyclerview:1.2.3'
// https://jarcasting.com/artifacts/com.github.sparrow007/carouselrecyclerview/
implementation ("com.github.sparrow007:carouselrecyclerview:1.2.3")
'com.github.sparrow007:carouselrecyclerview:aar:1.2.3'
<dependency org="com.github.sparrow007" name="carouselrecyclerview" rev="1.2.3">
<artifact name="carouselrecyclerview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparrow007', module='carouselrecyclerview', version='1.2.3')
)
libraryDependencies += "com.github.sparrow007" % "carouselrecyclerview" % "1.2.3"
[com.github.sparrow007/carouselrecyclerview "1.2.3"]