GroupId | GroupIdcom.cedarsoft.commons.swing |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version8.0.1 |
Type | Typejar |
Filename | Size |
---|---|
common-8.0.1.pom | |
common-8.0.1.jar | 58 KB |
common-8.0.1-tests.jar | 44 KB |
common-8.0.1-sources.jar | 30 KB |
common-8.0.1-javadoc.jar | 265 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/common/ -->
<dependency>
<groupId>com.cedarsoft.commons.swing</groupId>
<artifactId>common</artifactId>
<version>8.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/common/
implementation 'com.cedarsoft.commons.swing:common:8.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/common/
implementation ("com.cedarsoft.commons.swing:common:8.0.1")
'com.cedarsoft.commons.swing:common:jar:8.0.1'
<dependency org="com.cedarsoft.commons.swing" name="common" rev="8.0.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.swing', module='common', version='8.0.1')
)
libraryDependencies += "com.cedarsoft.commons.swing" % "common" % "8.0.1"
[com.cedarsoft.commons.swing/common "8.0.1"]