is not current version
Last Version 3.3.0

moe.tristan:easyfxml 2.1.0

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

GroupId

GroupId

moe.tristan
ArtifactId

ArtifactId

easyfxml
Version

Version

2.1.0
Type

Type

jar

Download easyfxml 2.1.0


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