Files download
File Operation
uimodule-0.0.7.pom download
Apache Maven
<dependency>
  <groupId>com.github.tomasi26</groupId>
  <artifactId>uimodule</artifactId>
  <version>0.0.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.tomasi26:uimodule:0.0.7'
Gradle Kotlin
implementation("com.github.tomasi26:uimodule:0.0.7")
Scala SBT
libraryDependencies += "com.github.tomasi26" % "uimodule" % "0.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tomasi26', module='uimodule', version='0.0.7')
)
Apache Ivy
<dependency org="com.github.tomasi26" name="uimodule" rev="0.0.7" />
Leiningen
[com.github.tomasi26/uimodule "0.0.7"]
Apache Buildr
'com.github.tomasi26:uimodule:jar:0.0.7'
Dependencies

compile

|-- androidx.databinding:databinding-common:3.4.0-alpha04

|-- androidx.databinding:databinding-runtime:3.4.0-alpha04

|-- androidx.databinding:databinding-adapters:3.4.0-alpha04

|-- com.github.tomasi26:toolsmodule:0.0.8

|-- androidx.legacy:legacy-support-v4:1.0.0

|-- androidx.recyclerview:recyclerview:1.0.0

|-- androidx.appcompat:appcompat:1.0.2

|-- androidx.annotation:annotation:1.0.0

|-- com.google.android.material:material:1.0.0

|-- androidx.constraintlayout:constraintlayout:2.0.0-alpha2

|-- androidx.core:core:1.0.1

|-- androidx.cardview:cardview:1.0.0

|-- androidx.legacy:legacy-support-core-utils:1.0.0

|-- androidx.multidex:multidex:2.0.0

|-- androidx.multidex:multidex-instrumentation:2.0.0

|-- com.google.android.gms:play-services-maps:16.0.0

|-- com.google.android.gms:play-services-places:16.0.0

|-- com.google.android.gms:play-services-location:16.0.0

|-- com.google.android.gms:play-services-nearby:16.0.0

|-- com.vstechlab.easyfonts:easyfonts:1.0.0

|-- com.mikepenz:iconics-views:3.1.0-rc01

|-- com.mikepenz:google-material-typeface:3.0.1.2.original

|-- com.mikepenz:material-design-iconic-typeface:2.2.0.4

|-- com.mikepenz:fontawesome-typeface:5.0.13.0

|-- com.mikepenz:octicons-typeface:3.2.0.4

|-- com.mikepenz:meteocons-typeface:1.1.0.4

|-- com.mikepenz:community-material-typeface:2.0.46.1

|-- com.mikepenz:weather-icons-typeface:2.0.10.4

|-- com.mikepenz:typeicons-typeface:2.0.7.4

|-- com.mikepenz:entypo-typeface:1.0.0.4

|-- com.mikepenz:devicon-typeface:2.0.0.4

|-- com.mikepenz:foundation-icons-typeface:3.0.0.4

|-- com.mikepenz:ionicons-typeface:2.0.1.4

|-- com.mikepenz:pixeden-7-stroke-typeface:1.2.0.2

|-- com.mikepenz:materialdrawer:6.1.1

|-- com.afollestad.material-dialogs:core:0.9.4.7

|-- com.afollestad.material-dialogs:commons:0.9.4.7

|-- com.github.bumptech.glide:glide:4.8.0

|-- com.github.chrisbanes:PhotoView:2.0.0

|-- com.devbrackets.android:exomedia:4.1.0

|-- com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.14

|-- com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT

|-- com.github.Commit451:YouTubeExtractor:4.2.1

|-- com.hbb20:ccp:2.1.0

|-- com.github.duanhong169:drawabletoolbox:1.0.7

|-- com.journeyapps:zxing-android-embedded:3.6.0

|-- com.blankj:utilcode:1.12.6

|-- com.android.volley:volley:1.0.0

|-- com.google.code.gson:gson:2.8.2

|-- io.reactivex.rxjava2:rxandroid:2.1.0

|-- io.reactivex.rxjava2:rxjava:2.2.3

test

|-- junit:junit:4.12