GroupId | GroupIdcom.arasthel |
---|---|
ArtifactId | ArtifactIdSectionedListAdapter |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
SectionedListAdapter-1.0.0.pom | |
SectionedListAdapter-1.0.0-sources.jar | 6 KB |
SectionedListAdapter-1.0.0-javadoc.jar | 297 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arasthel/SectionedListAdapter/ -->
<dependency>
<groupId>com.arasthel</groupId>
<artifactId>SectionedListAdapter</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.arasthel/SectionedListAdapter/
implementation 'com.arasthel:SectionedListAdapter:1.0.0'
// https://jarcasting.com/artifacts/com.arasthel/SectionedListAdapter/
implementation ("com.arasthel:SectionedListAdapter:1.0.0")
'com.arasthel:SectionedListAdapter:aar:1.0.0'
<dependency org="com.arasthel" name="SectionedListAdapter" rev="1.0.0">
<artifact name="SectionedListAdapter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.arasthel', module='SectionedListAdapter', version='1.0.0')
)
libraryDependencies += "com.arasthel" % "SectionedListAdapter" % "1.0.0"
[com.arasthel/SectionedListAdapter "1.0.0"]