GroupId | GroupIdcom.github.dailystudio |
---|---|
ArtifactId | ArtifactIddailyapplib |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
dailyapplib-1.0.0.pom | |
dailyapplib-1.0.0.aar | 108 KB |
dailyapplib-1.0.0-sources.jar | 39 KB |
dailyapplib-1.0.0-javadoc.jar | 188 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dailystudio/dailyapplib/ -->
<dependency>
<groupId>com.github.dailystudio</groupId>
<artifactId>dailyapplib</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dailystudio/dailyapplib/
implementation 'com.github.dailystudio:dailyapplib:1.0.0'
// https://jarcasting.com/artifacts/com.github.dailystudio/dailyapplib/
implementation ("com.github.dailystudio:dailyapplib:1.0.0")
'com.github.dailystudio:dailyapplib:aar:1.0.0'
<dependency org="com.github.dailystudio" name="dailyapplib" rev="1.0.0">
<artifact name="dailyapplib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dailystudio', module='dailyapplib', version='1.0.0')
)
libraryDependencies += "com.github.dailystudio" % "dailyapplib" % "1.0.0"
[com.github.dailystudio/dailyapplib "1.0.0"]