MVN

com.github.hwrdprkns.tileview : library

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.tileview</groupId>
    <artifactId>library</artifactId>
    <version>1.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.14

All Versions

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

Version Vulnerabilities Updated
1.0.x
library-1.0.14

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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