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