| GroupId | GroupIdcom.cedarsoft.commons.old |
|---|---|
| ArtifactId | ArtifactIdswing |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swing-2.0.1.pom | 646 bytes |
| swing-2.0.1-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old/swing/ -->
<dependency>
<groupId>com.cedarsoft.commons.old</groupId>
<artifactId>swing</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/swing/
implementation 'com.cedarsoft.commons.old:swing:2.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/swing/
implementation ("com.cedarsoft.commons.old:swing:2.0.1")
'com.cedarsoft.commons.old:swing:jar:2.0.1'
<dependency org="com.cedarsoft.commons.old" name="swing" rev="2.0.1">
<artifact name="swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old', module='swing', version='2.0.1')
)
libraryDependencies += "com.cedarsoft.commons.old" % "swing" % "2.0.1"
[com.cedarsoft.commons.old/swing "2.0.1"]