is not current version
Last Version 1.3.7

com.cedarsoft.utils:swing 1.3.4


GroupId

GroupId

com.cedarsoft.utils
ArtifactId

ArtifactId

swing
Version

Version

1.3.4
Type

Type

jar

Download swing 1.3.4


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