GroupId | GroupIdcom.github.dailystudio |
---|---|
ArtifactId | ArtifactIddailyapplib |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
dailyapplib-1.0.4.pom | |
dailyapplib-1.0.4.aar | 99 KB |
dailyapplib-1.0.4-sources.jar | 41 KB |
dailyapplib-1.0.4-javadoc.jar | 190 KB |
Browse |
<!-- 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"]