MVN

com.github.javakam : widget.optionview

Maven & Gradle

Aug 02, 2023
19 stars

widget.optionview · Ando Dialog Manager.

<dependency>
    <groupId>com.github.javakam</groupId>
    <artifactId>widget.optionview</artifactId>
    <version>7.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.javakam : widget.optionview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of com.github.javakam : widget.optionview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
widget.optionview-7.0.0
6.0.x
widget.optionview-6.0.0
5.9.x
widget.optionview-5.9.1
widget.optionview-5.9.0
5.2.x
widget.optionview-5.2.0
5.1.x
widget.optionview-5.1.0
5.0.x
widget.optionview-5.0.0
3.7.x
widget.optionview-3.7.0
3.6.x
widget.optionview-3.6.6
widget.optionview-3.6.0
3.1.x
widget.optionview-3.1.0
3.0.x
widget.optionview-3.0.0
2.0.x
widget.optionview-2.0.0
1.0.x
widget.optionview-1.0.0

How to add a dependency to Maven

Add the following com.github.javakam : widget.optionview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.javakam</groupId>
    <artifactId>widget.optionview</artifactId>
    <version>7.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.javakam : widget.optionview gradle dependency to your build.gradle file:

implementation 'com.github.javakam:widget.optionview:7.0.0'

Gradle Kotlin DSL: Add the following com.github.javakam : widget.optionview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.javakam:widget.optionview:7.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.javakam : widget.optionview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.javakam" % "widget.optionview" % "7.0.0"

Advertisement