MVN

asia.ivity : tiledscrollview

Maven & Gradle

Oct 12, 2012
246 stars

TiledScrollView

<dependency>
    <groupId>asia.ivity</groupId>
    <artifactId>tiledscrollview</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of asia.ivity : tiledscrollview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of asia.ivity : tiledscrollview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
tiledscrollview-1.1.1
1.0
tiledscrollview-1.0

How to add a dependency to Maven

Add the following asia.ivity : tiledscrollview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>asia.ivity</groupId>
    <artifactId>tiledscrollview</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following asia.ivity : tiledscrollview gradle dependency to your build.gradle file:

implementation 'asia.ivity:tiledscrollview:1.1.1'

Gradle Kotlin DSL: Add the following asia.ivity : tiledscrollview gradle kotlin dependency to your build.gradle.kts file:

implementation("asia.ivity:tiledscrollview:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following asia.ivity : tiledscrollview sbt scala dependency to your build.sbt file:

libraryDependencies += "asia.ivity" % "tiledscrollview" % "1.1.1"