is not current version
Last Version 0.17.1

com.mapzen.tangram:tangram 0.4

Tangram Android SDK

GroupId

GroupId

com.mapzen.tangram
ArtifactId

ArtifactId

tangram
Version

Version

0.4
Type

Type

aar

Download tangram 0.4


<!-- https://jarcasting.com/artifacts/com.mapzen.tangram/tangram/ -->
<dependency>
    <groupId>com.mapzen.tangram</groupId>
    <artifactId>tangram</artifactId>
    <version>0.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mapzen.tangram/tangram/
implementation 'com.mapzen.tangram:tangram:0.4'
// https://jarcasting.com/artifacts/com.mapzen.tangram/tangram/
implementation ("com.mapzen.tangram:tangram:0.4")
'com.mapzen.tangram:tangram:aar:0.4'
<dependency org="com.mapzen.tangram" name="tangram" rev="0.4">
  <artifact name="tangram" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mapzen.tangram', module='tangram', version='0.4')
)
libraryDependencies += "com.mapzen.tangram" % "tangram" % "0.4"
[com.mapzen.tangram/tangram "0.4"]