MVN

jp.co.recruit_mp : android-HeaderFooterGridView

Maven & Gradle

Jun 12, 2016
96 stars

android-HeaderFooterGridView · HeaderFooterGridView supports adding header rows and footer rows to GridView for Android.

<dependency>
    <groupId>jp.co.recruit_mp</groupId>
    <artifactId>android-HeaderFooterGridView</artifactId>
    <version>0.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.co.recruit_mp : android-HeaderFooterGridView to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.5

All Versions

Choose a version of jp.co.recruit_mp : android-HeaderFooterGridView to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
android-HeaderFooterGridView-0.2.5
android-HeaderFooterGridView-0.2.4
android-HeaderFooterGridView-0.2.3
android-HeaderFooterGridView-0.2.2
android-HeaderFooterGridView-0.2.1
0.2
android-HeaderFooterGridView-0.2
0.1
android-HeaderFooterGridView-0.1

How to add a dependency to Maven

Add the following jp.co.recruit_mp : android-HeaderFooterGridView maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.co.recruit_mp</groupId>
    <artifactId>android-HeaderFooterGridView</artifactId>
    <version>0.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.co.recruit_mp : android-HeaderFooterGridView gradle dependency to your build.gradle file:

implementation 'jp.co.recruit_mp:android-HeaderFooterGridView:0.2.5'

Gradle Kotlin DSL: Add the following jp.co.recruit_mp : android-HeaderFooterGridView gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.co.recruit_mp:android-HeaderFooterGridView:0.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.co.recruit_mp : android-HeaderFooterGridView sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.co.recruit_mp" % "android-HeaderFooterGridView" % "0.2.5"

Advertisement