License |
License |
---|---|
GroupId | GroupIdio.github.typhon0 |
ArtifactId | ArtifactIdAnimateFX |
Last Version | Last Version1.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnimateFX
A library of ready-to-use animations for JavaFX
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
AnimateFX-1.2.3.pom | |
AnimateFX-1.2.3.jar | 92 KB |
AnimateFX-1.2.3-sources.jar | 51 KB |
AnimateFX-1.2.3-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.typhon0/AnimateFX/ -->
<dependency>
<groupId>io.github.typhon0</groupId>
<artifactId>AnimateFX</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.typhon0/AnimateFX/
implementation 'io.github.typhon0:AnimateFX:1.2.3'
// https://jarcasting.com/artifacts/io.github.typhon0/AnimateFX/
implementation ("io.github.typhon0:AnimateFX:1.2.3")
'io.github.typhon0:AnimateFX:jar:1.2.3'
<dependency org="io.github.typhon0" name="AnimateFX" rev="1.2.3">
<artifact name="AnimateFX" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.typhon0', module='AnimateFX', version='1.2.3')
)
libraryDependencies += "io.github.typhon0" % "AnimateFX" % "1.2.3"
[io.github.typhon0/AnimateFX "1.2.3"]