License |
License |
---|---|
GroupId | GroupIdcom.devtodev |
ArtifactId | ArtifactIdandroid |
Last Version | Last Version1.15.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionandroid
devtodev Android SDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
android-1.15.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.devtodev/android/ -->
<dependency>
<groupId>com.devtodev</groupId>
<artifactId>android</artifactId>
<version>1.15.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.devtodev/android/
implementation 'com.devtodev:android:1.15.0'
// https://jarcasting.com/artifacts/com.devtodev/android/
implementation ("com.devtodev:android:1.15.0")
'com.devtodev:android:aar:1.15.0'
<dependency org="com.devtodev" name="android" rev="1.15.0">
<artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.devtodev', module='android', version='1.15.0')
)
libraryDependencies += "com.devtodev" % "android" % "1.15.0"
[com.devtodev/android "1.15.0"]