GroupId | GroupIdcom.cedarsoft.commons.old.swing |
---|---|
ArtifactId | ArtifactIdswing-presenter |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
swing-presenter-1.6.2.pom | |
swing-presenter-1.6.2.jar | 22 KB |
swing-presenter-1.6.2-tests.jar | 33 KB |
swing-presenter-1.6.2-sources.jar | 11 KB |
swing-presenter-1.6.2-javadoc.jar | 120 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>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.swing/swing-presenter/
implementation 'com.cedarsoft.commons.old.swing:swing-presenter:1.6.2'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.swing/swing-presenter/
implementation ("com.cedarsoft.commons.old.swing:swing-presenter:1.6.2")
'com.cedarsoft.commons.old.swing:swing-presenter:jar:1.6.2'
<dependency org="com.cedarsoft.commons.old.swing" name="swing-presenter" rev="1.6.2">
<artifact name="swing-presenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old.swing', module='swing-presenter', version='1.6.2')
)
libraryDependencies += "com.cedarsoft.commons.old.swing" % "swing-presenter" % "1.6.2"
[com.cedarsoft.commons.old.swing/swing-presenter "1.6.2"]