License |
License |
---|---|
GroupId | GroupIdcom.jgoodies |
ArtifactId | ArtifactIdjgoodies-animation |
Last Version | Last Version1.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJGoodies Animation
The JGoodies Animation framework enables you to produce sophisticated
time-based real-time animations in Java. It has been designed
for a seemless, flexible and powerful integration with Java,
ease-of-use and a small library size.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jgoodies-animation-1.4.2.pom | |
jgoodies-animation-1.4.2.jar | 57 KB |
jgoodies-animation-1.4.2-sources.jar | 60 KB |
jgoodies-animation-1.4.2-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jgoodies/jgoodies-animation/ -->
<dependency>
<groupId>com.jgoodies</groupId>
<artifactId>jgoodies-animation</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/jgoodies-animation/
implementation 'com.jgoodies:jgoodies-animation:1.4.2'
// https://jarcasting.com/artifacts/com.jgoodies/jgoodies-animation/
implementation ("com.jgoodies:jgoodies-animation:1.4.2")
'com.jgoodies:jgoodies-animation:jar:1.4.2'
<dependency org="com.jgoodies" name="jgoodies-animation" rev="1.4.2">
<artifact name="jgoodies-animation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='jgoodies-animation', version='1.4.2')
)
libraryDependencies += "com.jgoodies" % "jgoodies-animation" % "1.4.2"
[com.jgoodies/jgoodies-animation "1.4.2"]
Group / Artifact | Type | Version |
---|---|---|
com.jgoodies : jgoodies-common | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8 |