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