MVN

com.mobius-software.fsm : squirrel-foundation

Maven & Gradle

Jun 15, 2023
1 stars

squirrel foundation · foundation module of squirrel framework which provided event driven infrastructure and a finite state machine implementation.

<dependency>
    <groupId>com.mobius-software.fsm</groupId>
    <artifactId>squirrel-foundation</artifactId>
    <version>0.4.0-3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mobius-software.fsm : squirrel-foundation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0-3

All Versions

Choose a version of com.mobius-software.fsm : squirrel-foundation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
squirrel-foundation-0.4.0-3
squirrel-foundation-0.4.0-2

How to add a dependency to Maven

Add the following com.mobius-software.fsm : squirrel-foundation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mobius-software.fsm</groupId>
    <artifactId>squirrel-foundation</artifactId>
    <version>0.4.0-3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mobius-software.fsm : squirrel-foundation gradle dependency to your build.gradle file:

implementation 'com.mobius-software.fsm:squirrel-foundation:0.4.0-3'

Gradle Kotlin DSL: Add the following com.mobius-software.fsm : squirrel-foundation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mobius-software.fsm:squirrel-foundation:0.4.0-3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mobius-software.fsm : squirrel-foundation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mobius-software.fsm" % "squirrel-foundation" % "0.4.0-3"