| License |
License |
|---|---|
| GroupId | GroupIdorg.lucasr.smoothie |
| ArtifactId | ArtifactIdsmoothie |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionSmoothie Library
A simple API to load ListView/GridView items asynchronously.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| smoothie-0.1.0.pom | |
| smoothie-0.1.0.aar | 24 KB |
| smoothie-0.1.0-sources.jar | 18 KB |
| smoothie-0.1.0-javadoc.jar | 63 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.lucasr.smoothie/smoothie/ -->
<dependency>
<groupId>org.lucasr.smoothie</groupId>
<artifactId>smoothie</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.lucasr.smoothie/smoothie/
implementation 'org.lucasr.smoothie:smoothie:0.1.0'
// https://jarcasting.com/artifacts/org.lucasr.smoothie/smoothie/
implementation ("org.lucasr.smoothie:smoothie:0.1.0")
'org.lucasr.smoothie:smoothie:aar:0.1.0'
<dependency org="org.lucasr.smoothie" name="smoothie" rev="0.1.0">
<artifact name="smoothie" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.lucasr.smoothie', module='smoothie', version='0.1.0')
)
libraryDependencies += "org.lucasr.smoothie" % "smoothie" % "0.1.0"
[org.lucasr.smoothie/smoothie "0.1.0"]