is not current version
Last Version 3.3.0

moe.tristan:easyfxml 3.0.0

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

GroupId

GroupId

moe.tristan
ArtifactId

ArtifactId

easyfxml
Version

Version

3.0.0
Type

Type

jar

Download easyfxml 3.0.0


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