| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.userswlwork |
| Идентификатор | Идентификаторbaseframe |
| Версия | Версия1.0.6 |
| Тип | Типaar |
| Описание |
Описаниеbaseframe
This project is build to let the view looks like a material design widget when touched.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| baseframe-1.0.6.pom | |
| baseframe-1.0.6.aar | 117 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.userswlwork/baseframe/ -->
<dependency>
<groupId>com.github.userswlwork</groupId>
<artifactId>baseframe</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.userswlwork/baseframe/
implementation 'com.github.userswlwork:baseframe:1.0.6'
// https://jarcasting.com/artifacts/com.github.userswlwork/baseframe/
implementation ("com.github.userswlwork:baseframe:1.0.6")
'com.github.userswlwork:baseframe:aar:1.0.6'
<dependency org="com.github.userswlwork" name="baseframe" rev="1.0.6">
<artifact name="baseframe" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.userswlwork', module='baseframe', version='1.0.6')
)
libraryDependencies += "com.github.userswlwork" % "baseframe" % "1.0.6"
[com.github.userswlwork/baseframe "1.0.6"]