| GroupId | GroupIdcom.cedarsoft.commons.old |
|---|---|
| ArtifactId | ArtifactIdswing-presenter |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| swing-presenter-1.1.1.pom | |
| swing-presenter-1.1.1.jar | 22 KB |
| swing-presenter-1.1.1-sources.jar | 11 KB |
| swing-presenter-1.1.1-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old/swing-presenter/ -->
<dependency>
<groupId>com.cedarsoft.commons.old</groupId>
<artifactId>swing-presenter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/swing-presenter/
implementation 'com.cedarsoft.commons.old:swing-presenter:1.1.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/swing-presenter/
implementation ("com.cedarsoft.commons.old:swing-presenter:1.1.1")
'com.cedarsoft.commons.old:swing-presenter:jar:1.1.1'
<dependency org="com.cedarsoft.commons.old" name="swing-presenter" rev="1.1.1">
<artifact name="swing-presenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old', module='swing-presenter', version='1.1.1')
)
libraryDependencies += "com.cedarsoft.commons.old" % "swing-presenter" % "1.1.1"
[com.cedarsoft.commons.old/swing-presenter "1.1.1"]