License |
License |
---|---|
GroupId | GroupIdcom.google.code |
ArtifactId | ArtifactIdjbusycomponent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjbusycomponent
JBusyComponent : Enhance any swing components with a "busy" state
|
Project URL |
Project URL |
Filename | Size |
---|---|
jbusycomponent-1.0.0.pom | |
jbusycomponent-1.0.0.jar | 27 KB |
jbusycomponent-1.0.0-sources.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code/jbusycomponent/ -->
<dependency>
<groupId>com.google.code</groupId>
<artifactId>jbusycomponent</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code/jbusycomponent/
implementation 'com.google.code:jbusycomponent:1.0.0'
// https://jarcasting.com/artifacts/com.google.code/jbusycomponent/
implementation ("com.google.code:jbusycomponent:1.0.0")
'com.google.code:jbusycomponent:jar:1.0.0'
<dependency org="com.google.code" name="jbusycomponent" rev="1.0.0">
<artifact name="jbusycomponent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code', module='jbusycomponent', version='1.0.0')
)
libraryDependencies += "com.google.code" % "jbusycomponent" % "1.0.0"
[com.google.code/jbusycomponent "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.swinglabs : swingx | jar | 0.9.4 |
org.swinglabs : jxlayer | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |