MVN

net.nextencia : djswingsuite

Maven & Gradle

Feb 20, 2019

DJSwingSuite · The Swing Suite library provides some common components and utilities that are often needed or greatly help the creation of rich user interface. These components include text and number entry fields (with validation, notification tips, formatters and masks), combo buttons, tri-state check boxes and links.

<dependency>
    <groupId>net.nextencia</groupId>
    <artifactId>djswingsuite</artifactId>
    <version>0.9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.nextencia : djswingsuite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.3

All Versions

Choose a version of net.nextencia : djswingsuite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
djswingsuite-0.9.3
djswingsuite-0.9.2

How to add a dependency to Maven

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

<dependency>
    <groupId>net.nextencia</groupId>
    <artifactId>djswingsuite</artifactId>
    <version>0.9.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.nextencia : djswingsuite gradle dependency to your build.gradle file:

implementation 'net.nextencia:djswingsuite:0.9.3'

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

implementation("net.nextencia:djswingsuite:0.9.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.nextencia : djswingsuite sbt scala dependency to your build.sbt file:

libraryDependencies += "net.nextencia" % "djswingsuite" % "0.9.3"