| GroupId | GroupIdcom.cedarsoft.commons.swing |
|---|---|
| ArtifactId | ArtifactIdcomponents |
| Version | Version8.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| components-8.9.0.pom | |
| components-8.9.0.jar | 21 KB |
| components-8.9.0-tests.jar | 5 KB |
| components-8.9.0-sources.jar | 11 KB |
| components-8.9.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/components/ -->
<dependency>
<groupId>com.cedarsoft.commons.swing</groupId>
<artifactId>components</artifactId>
<version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/components/
implementation 'com.cedarsoft.commons.swing:components:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/components/
implementation ("com.cedarsoft.commons.swing:components:8.9.0")
'com.cedarsoft.commons.swing:components:jar:8.9.0'
<dependency org="com.cedarsoft.commons.swing" name="components" rev="8.9.0">
<artifact name="components" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.swing', module='components', version='8.9.0')
)
libraryDependencies += "com.cedarsoft.commons.swing" % "components" % "8.9.0"
[com.cedarsoft.commons.swing/components "8.9.0"]