is not current version
Last Version 0.3

net.sf.m2-javafxc:plexus-compiler-javafxc 0.2

This component may be plugged into standard compile plugin of maven to compile JavaFX ( http://javafx.com/) sources. The component assumes that JavaFX SDK 1.2+ is installed on the machine were built process is run.

Categories

Categories

Net JavaFX User Interface
GroupId

GroupId

net.sf.m2-javafxc
ArtifactId

ArtifactId

plexus-compiler-javafxc
Version

Version

0.2
Type

Type

jar

Download plexus-compiler-javafxc 0.2


<!-- https://jarcasting.com/artifacts/net.sf.m2-javafxc/plexus-compiler-javafxc/ -->
<dependency>
    <groupId>net.sf.m2-javafxc</groupId>
    <artifactId>plexus-compiler-javafxc</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.m2-javafxc/plexus-compiler-javafxc/
implementation 'net.sf.m2-javafxc:plexus-compiler-javafxc:0.2'
// https://jarcasting.com/artifacts/net.sf.m2-javafxc/plexus-compiler-javafxc/
implementation ("net.sf.m2-javafxc:plexus-compiler-javafxc:0.2")
'net.sf.m2-javafxc:plexus-compiler-javafxc:jar:0.2'
<dependency org="net.sf.m2-javafxc" name="plexus-compiler-javafxc" rev="0.2">
  <artifact name="plexus-compiler-javafxc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.m2-javafxc', module='plexus-compiler-javafxc', version='0.2')
)
libraryDependencies += "net.sf.m2-javafxc" % "plexus-compiler-javafxc" % "0.2"
[net.sf.m2-javafxc/plexus-compiler-javafxc "0.2"]