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