GroupId | GroupIdcom.github.isyscore |
---|---|
ArtifactId | ArtifactIdcommon-swing |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
common-swing-1.7.0.pom | |
common-swing-1.7.0.jar | 150 KB |
common-swing-1.7.0-sources.jar | 25 KB |
common-swing-1.7.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isyscore/common-swing/ -->
<dependency>
<groupId>com.github.isyscore</groupId>
<artifactId>common-swing</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isyscore/common-swing/
implementation 'com.github.isyscore:common-swing:1.7.0'
// https://jarcasting.com/artifacts/com.github.isyscore/common-swing/
implementation ("com.github.isyscore:common-swing:1.7.0")
'com.github.isyscore:common-swing:jar:1.7.0'
<dependency org="com.github.isyscore" name="common-swing" rev="1.7.0">
<artifact name="common-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isyscore', module='common-swing', version='1.7.0')
)
libraryDependencies += "com.github.isyscore" % "common-swing" % "1.7.0"
[com.github.isyscore/common-swing "1.7.0"]