Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.dailystudio |
ArtifactId | ArtifactIddailyandroidnativelib |
Version | Version1.0.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.dailystudio/dailyandroidnativelib/ -->
<dependency>
<groupId>com.github.dailystudio</groupId>
<artifactId>dailyandroidnativelib</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dailystudio/dailyandroidnativelib/
implementation 'com.github.dailystudio:dailyandroidnativelib:1.0.0'
// https://jarcasting.com/artifacts/com.github.dailystudio/dailyandroidnativelib/
implementation ("com.github.dailystudio:dailyandroidnativelib:1.0.0")
'com.github.dailystudio:dailyandroidnativelib:aar:1.0.0'
<dependency org="com.github.dailystudio" name="dailyandroidnativelib" rev="1.0.0">
<artifact name="dailyandroidnativelib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.dailystudio', module='dailyandroidnativelib', version='1.0.0')
)
libraryDependencies += "com.github.dailystudio" % "dailyandroidnativelib" % "1.0.0"
[com.github.dailystudio/dailyandroidnativelib "1.0.0"]