MVN

com.mapzen.tangram : tangram

Maven & Gradle

Jan 23, 2022
2 usages
776 stars

Tangram ES · Tangram Android SDK

<dependency>
    <groupId>com.mapzen.tangram</groupId>
    <artifactId>tangram</artifactId>
    <version>0.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mapzen.tangram : tangram to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.1
  • Latest Release Candidate: 0.9.0-RC1

All Versions

Choose a version of com.mapzen.tangram : tangram to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
tangram-0.17.1
tangram-0.17.0
0.16.x
tangram-0.16.2
tangram-0.16.1
tangram-0.16.0
0.9.x
tangram-0.9.0
tangram-0.9.0-RC1
0.8.x
tangram-0.8.1
tangram-0.8.0
tangram-0.8.0-RC2
0.7.x
tangram-0.7.2
tangram-0.7.1
tangram-0.7.0
0.6.x
tangram-0.6.3
tangram-0.6.2
tangram-0.6.1
tangram-0.6.0
0.5.x
tangram-0.5.2
tangram-0.5.1
tangram-0.5.0
0.4.x
tangram-0.4.9
tangram-0.4.8
tangram-0.4.7
tangram-0.4.6
tangram-0.4.5
tangram-0.4.3
tangram-0.4.2
tangram-0.4.1
0.4
tangram-0.4
0.3.x
tangram-0.3.2
tangram-0.3.1
0.3
tangram-0.3
0.2.x
tangram-0.2.2
tangram-0.2.1
0.2
tangram-0.2
0.1
tangram-0.1

How to add a dependency to Maven

Add the following com.mapzen.tangram : tangram maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mapzen.tangram</groupId>
    <artifactId>tangram</artifactId>
    <version>0.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mapzen.tangram : tangram gradle dependency to your build.gradle file:

implementation 'com.mapzen.tangram:tangram:0.17.1'

Gradle Kotlin DSL: Add the following com.mapzen.tangram : tangram gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mapzen.tangram:tangram:0.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mapzen.tangram : tangram sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mapzen.tangram" % "tangram" % "0.17.1"

Advertisement