f

fxml-compiler

FXML markup compiler
https://github.com/jfxcore/fxml-compiler
BSD-3-Clause
JFXcore
Files download
File Operation
fxml-compiler-0.8.6.jar download
fxml-compiler-0.8.6.pom download
fxml-compiler-0.8.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jfxcore</groupId>
  <artifactId>fxml-compiler</artifactId>
  <version>0.8.6</version>
</dependency>
Gradle Groovy
implementation 'org.jfxcore:fxml-compiler:0.8.6'
Gradle Kotlin
implementation("org.jfxcore:fxml-compiler:0.8.6")
Scala SBT
libraryDependencies += "org.jfxcore" % "fxml-compiler" % "0.8.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jfxcore', module='fxml-compiler', version='0.8.6')
)
Apache Ivy
<dependency org="org.jfxcore" name="fxml-compiler" rev="0.8.6" />
Leiningen
[org.jfxcore/fxml-compiler "0.8.6"]
Apache Buildr
'org.jfxcore:fxml-compiler:jar:0.8.6'
Dependencies
The project has no third-party dependencies