Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdat.bestsolution.eclipse |
ArtifactId | ArtifactIdorg.eclipse.fx.ui.animation |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/at.bestsolution.eclipse/org.eclipse.fx.ui.animation/ -->
<dependency>
<groupId>at.bestsolution.eclipse</groupId>
<artifactId>org.eclipse.fx.ui.animation</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.bestsolution.eclipse/org.eclipse.fx.ui.animation/
implementation 'at.bestsolution.eclipse:org.eclipse.fx.ui.animation:2.0.0'
// https://jarcasting.com/artifacts/at.bestsolution.eclipse/org.eclipse.fx.ui.animation/
implementation ("at.bestsolution.eclipse:org.eclipse.fx.ui.animation:2.0.0")
'at.bestsolution.eclipse:org.eclipse.fx.ui.animation:jar:2.0.0'
<dependency org="at.bestsolution.eclipse" name="org.eclipse.fx.ui.animation" rev="2.0.0">
<artifact name="org.eclipse.fx.ui.animation" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.bestsolution.eclipse', module='org.eclipse.fx.ui.animation', version='2.0.0')
)
libraryDependencies += "at.bestsolution.eclipse" % "org.eclipse.fx.ui.animation" % "2.0.0"
[at.bestsolution.eclipse/org.eclipse.fx.ui.animation "2.0.0"]