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