f

fluxtion-statemachine-maven-plugin

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