MVN

com.qozix : TileView

Maven & Gradle

Apr 06, 2014
1.4k stars

The TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.

<dependency>
    <groupId>com.qozix</groupId>
    <artifactId>TileView</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qozix : TileView to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of com.qozix : TileView to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
TileView-1.0.11
TileView-1.0.10
TileView-1.0.9
TileView-1.0.7

How to add a dependency to Maven

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

<dependency>
    <groupId>com.qozix</groupId>
    <artifactId>TileView</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qozix : TileView gradle dependency to your build.gradle file:

implementation 'com.qozix:TileView:1.0.11'

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

implementation("com.qozix:TileView:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qozix : TileView sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qozix" % "TileView" % "1.0.11"

Advertisement