| Группа | Группаorg.notlocalhost.superlistview |
|---|---|
| Идентификатор | Идентификаторlibrary |
| Версия | Версия1.5.4 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| library-1.5.4.pom | |
| library-1.5.4.aar | 76 KB |
| library-1.5.4-sources.jar | 261 bytes |
| library-1.5.4-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.notlocalhost.superlistview/library/ -->
<dependency>
<groupId>org.notlocalhost.superlistview</groupId>
<artifactId>library</artifactId>
<version>1.5.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.notlocalhost.superlistview/library/
implementation 'org.notlocalhost.superlistview:library:1.5.4'
// https://jarcasting.com/artifacts/org.notlocalhost.superlistview/library/
implementation ("org.notlocalhost.superlistview:library:1.5.4")
'org.notlocalhost.superlistview:library:aar:1.5.4'
<dependency org="org.notlocalhost.superlistview" name="library" rev="1.5.4">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.notlocalhost.superlistview', module='library', version='1.5.4')
)
libraryDependencies += "org.notlocalhost.superlistview" % "library" % "1.5.4"
[org.notlocalhost.superlistview/library "1.5.4"]