MVN

org.notlocalhost.superlistview : library

Maven & Gradle

Nov 20, 2014
1 stars

SuperListview · Extended Features for ListView and GridView

<dependency>
    <groupId>org.notlocalhost.superlistview</groupId>
    <artifactId>library</artifactId>
    <version>1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.notlocalhost.superlistview : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6

All Versions

Choose a version of org.notlocalhost.superlistview : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6
library-1.6
1.5.x
library-1.5.4
library-1.5.3

How to add a dependency to Maven

Add the following org.notlocalhost.superlistview : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.notlocalhost.superlistview</groupId>
    <artifactId>library</artifactId>
    <version>1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.notlocalhost.superlistview : library gradle dependency to your build.gradle file:

implementation 'org.notlocalhost.superlistview:library:1.6'

Gradle Kotlin DSL: Add the following org.notlocalhost.superlistview : library gradle kotlin dependency to your build.gradle.kts file:

implementation("org.notlocalhost.superlistview:library:1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.notlocalhost.superlistview : library sbt scala dependency to your build.sbt file:

libraryDependencies += "org.notlocalhost.superlistview" % "library" % "1.6"

Advertisement