is not current version
Last Version 1.0.5

com.github.dailystudio:dailyapplib 1.0.4

Provide utils classes commonly used in Android application development.

GroupId

GroupId

com.github.dailystudio
ArtifactId

ArtifactId

dailyapplib
Version

Version

1.0.4
Type

Type

aar

Download dailyapplib 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.dailystudio/dailyapplib/ -->
<dependency>
    <groupId>com.github.dailystudio</groupId>
    <artifactId>dailyapplib</artifactId>
    <version>1.0.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dailystudio/dailyapplib/
implementation 'com.github.dailystudio:dailyapplib:1.0.4'
// https://jarcasting.com/artifacts/com.github.dailystudio/dailyapplib/
implementation ("com.github.dailystudio:dailyapplib:1.0.4")
'com.github.dailystudio:dailyapplib:aar:1.0.4'
<dependency org="com.github.dailystudio" name="dailyapplib" rev="1.0.4">
  <artifact name="dailyapplib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dailystudio', module='dailyapplib', version='1.0.4')
)
libraryDependencies += "com.github.dailystudio" % "dailyapplib" % "1.0.4"
[com.github.dailystudio/dailyapplib "1.0.4"]