License |
License |
---|---|
GroupId | GroupIdmoe.tristan |
ArtifactId | ArtifactIdeasyfxml-parent |
Version | Version3.3.0 |
Type | Typepom |
Description |
DescriptionEasyFXML Master POM
A simple-to-use and boilerplate free JavaFX library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easyfxml-parent-3.3.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/moe.tristan/easyfxml-parent/ -->
<dependency>
<groupId>moe.tristan</groupId>
<artifactId>easyfxml-parent</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-parent/
implementation 'moe.tristan:easyfxml-parent:3.3.0'
// https://jarcasting.com/artifacts/moe.tristan/easyfxml-parent/
implementation ("moe.tristan:easyfxml-parent:3.3.0")
'moe.tristan:easyfxml-parent:pom:3.3.0'
<dependency org="moe.tristan" name="easyfxml-parent" rev="3.3.0">
<artifact name="easyfxml-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='moe.tristan', module='easyfxml-parent', version='3.3.0')
)
libraryDependencies += "moe.tristan" % "easyfxml-parent" % "3.3.0"
[moe.tristan/easyfxml-parent "3.3.0"]