MVN

io.github.dovaleac : stateless4j-yaml-importer

Maven & Gradle

Dec 29, 2019
0 stars

Stateless4j YAML importer · This project reads a YAML file and generates code compatible with the stateless4j library available at https://github.com/oxo42/stateless4j. The yaml represents a state machine; if you have more than one, simply add several state machines and call this plugin several times.

<plugin>
    <groupId>io.github.dovaleac</groupId>
    <artifactId>stateless4j-yaml-importer</artifactId>
    <version>1.5.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dovaleac : stateless4j-yaml-importer to add to Maven - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of io.github.dovaleac : stateless4j-yaml-importer to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
stateless4j-yaml-importer-1.5.1
1.4.x
stateless4j-yaml-importer-1.4.0
1.2.x
stateless4j-yaml-importer-1.2.2
stateless4j-yaml-importer-1.2.1
stateless4j-yaml-importer-1.2.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.github.dovaleac</groupId>
    <artifactId>stateless4j-yaml-importer</artifactId>
    <version>1.5.1</version>
</plugin>

Advertisement