is not current version
Last Version 1.4.3

com.jgoodies:animation 1.2.0

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.

GroupId

GroupId

com.jgoodies
ArtifactId

ArtifactId

animation
Version

Version

1.2.0
Type

Type

jar

Download animation 1.2.0


<!-- https://jarcasting.com/artifacts/com.jgoodies/animation/ -->
<dependency>
    <groupId>com.jgoodies</groupId>
    <artifactId>animation</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jgoodies/animation/
implementation 'com.jgoodies:animation:1.2.0'
// https://jarcasting.com/artifacts/com.jgoodies/animation/
implementation ("com.jgoodies:animation:1.2.0")
'com.jgoodies:animation:jar:1.2.0'
<dependency org="com.jgoodies" name="animation" rev="1.2.0">
  <artifact name="animation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jgoodies', module='animation', version='1.2.0')
)
libraryDependencies += "com.jgoodies" % "animation" % "1.2.0"
[com.jgoodies/animation "1.2.0"]