is not current version
Last Version 1.4.3

com.jgoodies:animation 1.4.1

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.4.1
Type

Type

jar

Download animation 1.4.1


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