не последняя версия
Последняя версия 1.0.11

com.qozix:TileView 1.0.9

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.

Группа

Группа

com.qozix
Идентификатор

Идентификатор

TileView
Версия

Версия

1.0.9
Тип

Тип

jar

Скачать TileView 1.0.9


<!-- https://jarcasting.com/artifacts/com.qozix/TileView/ -->
<dependency>
    <groupId>com.qozix</groupId>
    <artifactId>TileView</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.qozix/TileView/
implementation 'com.qozix:TileView:1.0.9'
// https://jarcasting.com/artifacts/com.qozix/TileView/
implementation ("com.qozix:TileView:1.0.9")
'com.qozix:TileView:jar:1.0.9'
<dependency org="com.qozix" name="TileView" rev="1.0.9">
  <artifact name="TileView" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qozix', module='TileView', version='1.0.9')
)
libraryDependencies += "com.qozix" % "TileView" % "1.0.9"
[com.qozix/TileView "1.0.9"]