MVN

com.afollestad : inquiry

Maven & Gradle

Feb 21, 2021

Inquiry · Inquiry

<dependency>
    <groupId>com.afollestad</groupId>
    <artifactId>inquiry</artifactId>
    <version>4.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.afollestad : inquiry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.1

All Versions

Choose a version of com.afollestad : inquiry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
inquiry-5.0.0
4.1.x
inquiry-4.1.2
inquiry-4.1.1
inquiry-4.1.0
4.0.x
inquiry-4.0.1
inquiry-4.0.0
3.2.x
inquiry-3.2.1
inquiry-3.2.0
3.1.x
inquiry-3.1.0
3.0.x
inquiry-3.0.1
inquiry-3.0.0
2.0.x
inquiry-2.0.2
inquiry-2.0.1

How to add a dependency to Maven

Add the following com.afollestad : inquiry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.afollestad</groupId>
    <artifactId>inquiry</artifactId>
    <version>4.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.afollestad : inquiry gradle dependency to your build.gradle file:

implementation 'com.afollestad:inquiry:4.1.1'

Gradle Kotlin DSL: Add the following com.afollestad : inquiry gradle kotlin dependency to your build.gradle.kts file:

implementation("com.afollestad:inquiry:4.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.afollestad : inquiry sbt scala dependency to your build.sbt file:

libraryDependencies += "com.afollestad" % "inquiry" % "4.1.1"

Advertisement