MVN

com.github.hwrdprkns : tileview

Maven & Gradle

Dec 18, 2014

TileView Library · 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.github.hwrdprkns</groupId>
    <artifactId>tileview</artifactId>
    <version>library</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hwrdprkns : tileview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: library

All Versions

Choose a version of com.github.hwrdprkns : tileview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
tileview-1.0.14
library
tileview-library

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.hwrdprkns</groupId>
    <artifactId>tileview</artifactId>
    <version>library</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hwrdprkns : tileview gradle dependency to your build.gradle file:

implementation 'com.github.hwrdprkns:tileview:library'

Gradle Kotlin DSL: Add the following com.github.hwrdprkns : tileview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hwrdprkns:tileview:library")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hwrdprkns : tileview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hwrdprkns" % "tileview" % "library"