is not current version
Last Version 8.9.0

com.cedarsoft.commons:swing 2.0.0


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

swing
Version

Version

2.0.0
Type

Type

jar

Download swing 2.0.0

Filename Size
swing-2.0.0.pom 646 bytes
swing-2.0.0-tests.jar 1 KB
Browse

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