MVN

com.anrisoftware.prefdialog : prefdialog-appdialogs

Maven & Gradle

Jan 20, 2016

Prefdialog :: Application Dialogs · Dialogs for the application to display information to the user.

<dependency>
    <groupId>com.anrisoftware.prefdialog</groupId>
    <artifactId>prefdialog-appdialogs</artifactId>
    <version>3.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anrisoftware.prefdialog : prefdialog-appdialogs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7

All Versions

Choose a version of com.anrisoftware.prefdialog : prefdialog-appdialogs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7
prefdialog-appdialogs-3.7
3.6
prefdialog-appdialogs-3.6
3.5
prefdialog-appdialogs-3.5
3.4
prefdialog-appdialogs-3.4
3.3
prefdialog-appdialogs-3.3
3.2
prefdialog-appdialogs-3.2
3.1
prefdialog-appdialogs-3.1

How to add a dependency to Maven

Add the following com.anrisoftware.prefdialog : prefdialog-appdialogs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.anrisoftware.prefdialog</groupId>
    <artifactId>prefdialog-appdialogs</artifactId>
    <version>3.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anrisoftware.prefdialog : prefdialog-appdialogs gradle dependency to your build.gradle file:

implementation 'com.anrisoftware.prefdialog:prefdialog-appdialogs:3.7'

Gradle Kotlin DSL: Add the following com.anrisoftware.prefdialog : prefdialog-appdialogs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anrisoftware.prefdialog:prefdialog-appdialogs:3.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anrisoftware.prefdialog : prefdialog-appdialogs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anrisoftware.prefdialog" % "prefdialog-appdialogs" % "3.7"

Advertisement