is not current version
Last Version 0.17.1

com.mapzen.tangram:tangram 0.9.0-RC1

Tangram Android SDK

GroupId

GroupId

com.mapzen.tangram
ArtifactId

ArtifactId

tangram
Version

Version

0.9.0-RC1
Type

Type

aar

Download tangram 0.9.0-RC1


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