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** {*;}
| License |
License |
|---|---|
| GroupId | GroupIdcom.staticbloc |
| ArtifactId | ArtifactIdwidgets |
| Last Version | Last Version0.1.15 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWidgets
A library full of useful Android widgets.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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** {*;}