MVN

com.github.globocom : viewport-mobile

Maven & Gradle

Jun 20, 2023
16 stars

View Port · View Port Android is a library that aims to track items from a Recycler View, which remain visible in a given region on the screen (view port), for a minimum time of 250 milliseconds

<dependency>
    <groupId>com.github.globocom</groupId>
    <artifactId>viewport-mobile</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.globocom : viewport-mobile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of com.github.globocom : viewport-mobile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
viewport-mobile-1.5.0
1.4.x
viewport-mobile-1.4.1
viewport-mobile-1.4.0
1.3.x
viewport-mobile-1.3.1
viewport-mobile-1.3.0
1.2.x
viewport-mobile-1.2.0
1.1.x
viewport-mobile-1.1.0
1.0.x
viewport-mobile-1.0.4
viewport-mobile-1.0.3
viewport-mobile-1.0.2
viewport-mobile-1.0.1
viewport-mobile-1.0.0

How to add a dependency to Maven

Add the following com.github.globocom : viewport-mobile maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.globocom</groupId>
    <artifactId>viewport-mobile</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.globocom : viewport-mobile gradle dependency to your build.gradle file:

implementation 'com.github.globocom:viewport-mobile:1.5.0'

Gradle Kotlin DSL: Add the following com.github.globocom : viewport-mobile gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.globocom:viewport-mobile:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.globocom : viewport-mobile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.globocom" % "viewport-mobile" % "1.5.0"