is not current version
Last Version 8.9.0

com.cedarsoft.commons:swing 5.1.5


GroupId

GroupId

com.cedarsoft.commons
ArtifactId

ArtifactId

swing
Version

Version

5.1.5
Type

Type

jar

Download swing 5.1.5

Filename Size
swing-5.1.5.pom 764 bytes
swing-5.1.5-tests.jar 1 KB
Browse

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