is not current version
Last Version 0.9.3

net.nextencia:djswingsuite 0.9.2

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.

Categories

Categories

Net
GroupId

GroupId

net.nextencia
ArtifactId

ArtifactId

djswingsuite
Version

Version

0.9.2
Type

Type

jar

Download djswingsuite 0.9.2


<!-- https://jarcasting.com/artifacts/net.nextencia/djswingsuite/ -->
<dependency>
    <groupId>net.nextencia</groupId>
    <artifactId>djswingsuite</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.nextencia/djswingsuite/
implementation 'net.nextencia:djswingsuite:0.9.2'
// https://jarcasting.com/artifacts/net.nextencia/djswingsuite/
implementation ("net.nextencia:djswingsuite:0.9.2")
'net.nextencia:djswingsuite:jar:0.9.2'
<dependency org="net.nextencia" name="djswingsuite" rev="0.9.2">
  <artifact name="djswingsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nextencia', module='djswingsuite', version='0.9.2')
)
libraryDependencies += "net.nextencia" % "djswingsuite" % "0.9.2"
[net.nextencia/djswingsuite "0.9.2"]