Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdcom.capacitorjs |
ArtifactId | ArtifactIdgeolocation |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
geolocation-1.0.2.pom | |
geolocation-1.0.2-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.capacitorjs/geolocation/ -->
<dependency>
<groupId>com.capacitorjs</groupId>
<artifactId>geolocation</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.capacitorjs/geolocation/
implementation 'com.capacitorjs:geolocation:1.0.2'
// https://jarcasting.com/artifacts/com.capacitorjs/geolocation/
implementation ("com.capacitorjs:geolocation:1.0.2")
'com.capacitorjs:geolocation:aar:1.0.2'
<dependency org="com.capacitorjs" name="geolocation" rev="1.0.2">
<artifact name="geolocation" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.capacitorjs', module='geolocation', version='1.0.2')
)
libraryDependencies += "com.capacitorjs" % "geolocation" % "1.0.2"
[com.capacitorjs/geolocation "1.0.2"]