| License | License | 
|---|---|
| GroupId | GroupIdcom.jgoodies | 
| ArtifactId | ArtifactIdanimation | 
| Last Version | Last Version1.4.3 | 
| 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 | 
|---|---|
| animation-1.4.3.pom | |
| animation-1.4.3.jar | 60 KB | 
| animation-1.4.3-sources.jar | 64 KB | 
| animation-1.4.3-javadoc.jar | 198 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.jgoodies/animation/ -->
<dependency>
    <groupId>com.jgoodies</groupId>
    <artifactId>animation</artifactId>
    <version>1.4.3</version>
</dependency>// https://jarcasting.com/artifacts/com.jgoodies/animation/
implementation 'com.jgoodies:animation:1.4.3'// https://jarcasting.com/artifacts/com.jgoodies/animation/
implementation ("com.jgoodies:animation:1.4.3")'com.jgoodies:animation:jar:1.4.3'<dependency org="com.jgoodies" name="animation" rev="1.4.3">
  <artifact name="animation" type="jar" />
</dependency>@Grapes(
@Grab(group='com.jgoodies', module='animation', version='1.4.3')
)libraryDependencies += "com.jgoodies" % "animation" % "1.4.3"[com.jgoodies/animation "1.4.3"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.jgoodies : jgoodies-common | jar | 1.6.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8 |