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