MVN

io.bitbucket.supportomateinc.fsm : squirrel-foundation

Maven & Gradle

Mar 09, 2022
0 stars

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

<dependency>
    <groupId>io.bitbucket.supportomateinc.fsm</groupId>
    <artifactId>squirrel-foundation</artifactId>
    <version>0.3.9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bitbucket.supportomateinc.fsm : squirrel-foundation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.9.11

All Versions

Choose a version of io.bitbucket.supportomateinc.fsm : squirrel-foundation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
squirrel-foundation-0.3.9.11

How to add a dependency to Maven

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

<dependency>
    <groupId>io.bitbucket.supportomateinc.fsm</groupId>
    <artifactId>squirrel-foundation</artifactId>
    <version>0.3.9.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bitbucket.supportomateinc.fsm : squirrel-foundation gradle dependency to your build.gradle file:

implementation 'io.bitbucket.supportomateinc.fsm:squirrel-foundation:0.3.9.11'

Gradle Kotlin DSL: Add the following io.bitbucket.supportomateinc.fsm : squirrel-foundation gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bitbucket.supportomateinc.fsm:squirrel-foundation:0.3.9.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bitbucket.supportomateinc.fsm : squirrel-foundation sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bitbucket.supportomateinc.fsm" % "squirrel-foundation" % "0.3.9.11"