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