Download tangram-0.5.0.jar file - Jar t

Jar examples for t:tangram

Description

Tangram is a modular UI solution for building native page dynamically including Tangram for Android, Tangram for iOS and even backend CMS. This project provides the sdk on Android.

You can download jar file tangram 0.5.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add tangram-0.5.0.jar to your project.

<dependency>
   <groupId>com.mapzen.tangram</groupId>
   <artifactId>tangram</artifactId>
   <version>0.5.0</version>
</dependency>
compile group: 'com.mapzen.tangram', name: 'tangram', version: '0.5.0'
libraryDependencies += "com.mapzen.tangram" % "tangram" % "0.5.0"
<dependency org="com.mapzen.tangram" name="tangram" rev="0.5.0"/>
@Grapes(@Grab(group='com.mapzen.tangram', module='tangram', version='0.5.0'))
'com.mapzen.tangram:tangram:jar:0.5.0'

Download

Click the following link to download the jar file.

tangram-0.5.0-javadoc.jar
tangram-0.5.0-sources.jar
tangram-0.5.0.pom



Related Tutorials