MVN

net.optionfactory : pussyfoot

Maven & Gradle

Nov 14, 2019
2 stars

Pagination, sorting, filtering

<dependency>
    <groupId>net.optionfactory</groupId>
    <artifactId>pussyfoot</artifactId>
    <version>2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.optionfactory : pussyfoot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7

All Versions

Choose a version of net.optionfactory : pussyfoot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7
pussyfoot-2.7
2.6
pussyfoot-2.6
2.5
pussyfoot-2.5
2.4
pussyfoot-2.4
2.3
pussyfoot-2.3
2.2
pussyfoot-2.2
2.1
pussyfoot-2.1
2.0
pussyfoot-2.0

How to add a dependency to Maven

Add the following net.optionfactory : pussyfoot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.optionfactory</groupId>
    <artifactId>pussyfoot</artifactId>
    <version>2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.optionfactory : pussyfoot gradle dependency to your build.gradle file:

implementation 'net.optionfactory:pussyfoot:2.7'

Gradle Kotlin DSL: Add the following net.optionfactory : pussyfoot gradle kotlin dependency to your build.gradle.kts file:

implementation("net.optionfactory:pussyfoot:2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.optionfactory : pussyfoot sbt scala dependency to your build.sbt file:

libraryDependencies += "net.optionfactory" % "pussyfoot" % "2.7"

Advertisement