GroupId | GroupIdcom.pddstudio |
---|---|
ArtifactId | ArtifactIdearthview-android |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
earthview-android-1.1.0.pom | |
earthview-android-1.1.0.aar | 200 KB |
earthview-android-1.1.0-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pddstudio/earthview-android/ -->
<dependency>
<groupId>com.pddstudio</groupId>
<artifactId>earthview-android</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.pddstudio/earthview-android/
implementation 'com.pddstudio:earthview-android:1.1.0'
// https://jarcasting.com/artifacts/com.pddstudio/earthview-android/
implementation ("com.pddstudio:earthview-android:1.1.0")
'com.pddstudio:earthview-android:aar:1.1.0'
<dependency org="com.pddstudio" name="earthview-android" rev="1.1.0">
<artifact name="earthview-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.pddstudio', module='earthview-android', version='1.1.0')
)
libraryDependencies += "com.pddstudio" % "earthview-android" % "1.1.0"
[com.pddstudio/earthview-android "1.1.0"]