widgets
A library of useful Android widgets.
#Proguard
- If you are using
BubbleViewand you use proguard, include this line in your rules
-keep class * extends com.staticbloc.widgets.BubbleView** {*;}
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.staticbloc |
| Идентификатор | Идентификаторwidgets |
| Последняя версия | Последняя версия0.1.15 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеWidgets
A library full of useful Android widgets.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| widgets-0.1.15.pom | |
| widgets-0.1.15.jar | 13 KB |
| widgets-0.1.15-sources.jar | 5 KB |
| widgets-0.1.15-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.staticbloc/widgets/ -->
<dependency>
<groupId>com.staticbloc</groupId>
<artifactId>widgets</artifactId>
<version>0.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.staticbloc/widgets/
implementation 'com.staticbloc:widgets:0.1.15'
// https://jarcasting.com/artifacts/com.staticbloc/widgets/
implementation ("com.staticbloc:widgets:0.1.15")
'com.staticbloc:widgets:jar:0.1.15'
<dependency org="com.staticbloc" name="widgets" rev="0.1.15">
<artifact name="widgets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.staticbloc', module='widgets', version='0.1.15')
)
libraryDependencies += "com.staticbloc" % "widgets" % "0.1.15"
[com.staticbloc/widgets "0.1.15"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.support » recyclerview-v7 | jar | 22.0.0 |
A library of useful Android widgets.
#Proguard
BubbleView and you use proguard, include this line in your rules-keep class * extends com.staticbloc.widgets.BubbleView** {*;}