GroupId | GroupIdcom.linecorp.abc |
---|---|
ArtifactId | ArtifactIdkmm-location-android-debug |
Version | Version0.2.10 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.linecorp.abc/kmm-location-android-debug/ -->
<dependency>
<groupId>com.linecorp.abc</groupId>
<artifactId>kmm-location-android-debug</artifactId>
<version>0.2.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.linecorp.abc/kmm-location-android-debug/
implementation 'com.linecorp.abc:kmm-location-android-debug:0.2.10'
// https://jarcasting.com/artifacts/com.linecorp.abc/kmm-location-android-debug/
implementation ("com.linecorp.abc:kmm-location-android-debug:0.2.10")
'com.linecorp.abc:kmm-location-android-debug:aar:0.2.10'
<dependency org="com.linecorp.abc" name="kmm-location-android-debug" rev="0.2.10">
<artifact name="kmm-location-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.linecorp.abc', module='kmm-location-android-debug', version='0.2.10')
)
libraryDependencies += "com.linecorp.abc" % "kmm-location-android-debug" % "0.2.10"
[com.linecorp.abc/kmm-location-android-debug "0.2.10"]