| GroupId | GroupIdcom.mapzen.tangram |
|---|---|
| ArtifactId | ArtifactIdtangram |
| Version | Version0.7.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| tangram-0.7.1.pom | |
| tangram-0.7.1.aar | 18 MB |
| tangram-0.7.1-sources.jar | 41 KB |
| tangram-0.7.1-javadoc.jar | 141 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mapzen.tangram/tangram/ -->
<dependency>
<groupId>com.mapzen.tangram</groupId>
<artifactId>tangram</artifactId>
<version>0.7.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mapzen.tangram/tangram/
implementation 'com.mapzen.tangram:tangram:0.7.1'
// https://jarcasting.com/artifacts/com.mapzen.tangram/tangram/
implementation ("com.mapzen.tangram:tangram:0.7.1")
'com.mapzen.tangram:tangram:aar:0.7.1'
<dependency org="com.mapzen.tangram" name="tangram" rev="0.7.1">
<artifact name="tangram" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mapzen.tangram', module='tangram', version='0.7.1')
)
libraryDependencies += "com.mapzen.tangram" % "tangram" % "0.7.1"
[com.mapzen.tangram/tangram "0.7.1"]