License |
License |
---|---|
GroupId | GroupIdcom.telenav.mesakit |
ArtifactId | ArtifactIdmesakit-examples |
Version | Version0.9.14 |
Type | Typepom |
Description |
DescriptionExample code that demonstrates how to use MesaKit
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mesakit-examples-0.9.14.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.mesakit/mesakit-examples/ -->
<dependency>
<groupId>com.telenav.mesakit</groupId>
<artifactId>mesakit-examples</artifactId>
<version>0.9.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.mesakit/mesakit-examples/
implementation 'com.telenav.mesakit:mesakit-examples:0.9.14'
// https://jarcasting.com/artifacts/com.telenav.mesakit/mesakit-examples/
implementation ("com.telenav.mesakit:mesakit-examples:0.9.14")
'com.telenav.mesakit:mesakit-examples:pom:0.9.14'
<dependency org="com.telenav.mesakit" name="mesakit-examples" rev="0.9.14">
<artifact name="mesakit-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.telenav.mesakit', module='mesakit-examples', version='0.9.14')
)
libraryDependencies += "com.telenav.mesakit" % "mesakit-examples" % "0.9.14"
[com.telenav.mesakit/mesakit-examples "0.9.14"]