f

fluxtionfx-maven-plugin

Maven plugin to wrap invocation of the fluxtionfx generator utilities within maven build cycle
https://github.com/v12technology/fluxtionfx-mavenplugin
GNU General Public License, version 3
Greg Higgins
Files download
File Operation
fluxtionfx-maven-plugin-1.0.0.jar download
fluxtionfx-maven-plugin-1.0.0.pom download
fluxtionfx-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fluxtion</groupId>
  <artifactId>fluxtionfx-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.fluxtion:fluxtionfx-maven-plugin:1.0.0'
Gradle Kotlin
implementation("com.fluxtion:fluxtionfx-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "com.fluxtion" % "fluxtionfx-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fluxtion', module='fluxtionfx-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="com.fluxtion" name="fluxtionfx-maven-plugin" rev="1.0.0" />
Leiningen
[com.fluxtion/fluxtionfx-maven-plugin "1.0.0"]
Apache Buildr
'com.fluxtion:fluxtionfx-maven-plugin:jar:1.0.0'