GroupId | GroupIdcom.github.nicolasjafelle |
---|---|
ArtifactId | ArtifactIdpaginglistview |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
paginglistview-1.0.pom | |
paginglistview-1.0.aar | 6 KB |
paginglistview-1.0-sources.jar | 2 KB |
paginglistview-1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicolasjafelle/paginglistview/ -->
<dependency>
<groupId>com.github.nicolasjafelle</groupId>
<artifactId>paginglistview</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/paginglistview/
implementation 'com.github.nicolasjafelle:paginglistview:1.0'
// https://jarcasting.com/artifacts/com.github.nicolasjafelle/paginglistview/
implementation ("com.github.nicolasjafelle:paginglistview:1.0")
'com.github.nicolasjafelle:paginglistview:aar:1.0'
<dependency org="com.github.nicolasjafelle" name="paginglistview" rev="1.0">
<artifact name="paginglistview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicolasjafelle', module='paginglistview', version='1.0')
)
libraryDependencies += "com.github.nicolasjafelle" % "paginglistview" % "1.0"
[com.github.nicolasjafelle/paginglistview "1.0"]