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