Categories |
CategoriesApache TomEE Container Application Servers |
---|---|
GroupId | GroupIdcom.github.tomeees |
ArtifactId | ArtifactIdscrollpicker |
Version | Version1.7.0 |
Type | Typeaar |
Filename | Size |
---|---|
scrollpicker-1.7.0.pom | |
scrollpicker-1.7.0.aar | 43 KB |
scrollpicker-1.7.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomeees/scrollpicker/ -->
<dependency>
<groupId>com.github.tomeees</groupId>
<artifactId>scrollpicker</artifactId>
<version>1.7.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomeees/scrollpicker/
implementation 'com.github.tomeees:scrollpicker:1.7.0'
// https://jarcasting.com/artifacts/com.github.tomeees/scrollpicker/
implementation ("com.github.tomeees:scrollpicker:1.7.0")
'com.github.tomeees:scrollpicker:aar:1.7.0'
<dependency org="com.github.tomeees" name="scrollpicker" rev="1.7.0">
<artifact name="scrollpicker" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomeees', module='scrollpicker', version='1.7.0')
)
libraryDependencies += "com.github.tomeees" % "scrollpicker" % "1.7.0"
[com.github.tomeees/scrollpicker "1.7.0"]