Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.dailystudio |
ArtifactId | ArtifactIddailyandroidnativelib |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
dailyandroidnativelib-1.0.2.pom | -1 bytes |
dailyandroidnativelib-1.0.2-sources.jar | 20 KB |
dailyandroidnativelib-1.0.2-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dailystudio/dailyandroidnativelib/ -->
<dependency>
<groupId>com.github.dailystudio</groupId>
<artifactId>dailyandroidnativelib</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dailystudio/dailyandroidnativelib/
implementation 'com.github.dailystudio:dailyandroidnativelib:1.0.2'
// https://jarcasting.com/artifacts/com.github.dailystudio/dailyandroidnativelib/
implementation ("com.github.dailystudio:dailyandroidnativelib:1.0.2")
'com.github.dailystudio:dailyandroidnativelib:jar:1.0.2'
<dependency org="com.github.dailystudio" name="dailyandroidnativelib" rev="1.0.2">
<artifact name="dailyandroidnativelib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dailystudio', module='dailyandroidnativelib', version='1.0.2')
)
libraryDependencies += "com.github.dailystudio" % "dailyandroidnativelib" % "1.0.2"
[com.github.dailystudio/dailyandroidnativelib "1.0.2"]