is not current version
Last Version 3.3.0

moe.tristan:easyfxml 1.0.6

A simple-to-use and boilerplate free JavaFX library.

GroupId

GroupId

moe.tristan
ArtifactId

ArtifactId

easyfxml
Version

Version

1.0.6
Type

Type

jar

Download easyfxml 1.0.6


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