MVN

com.googlecode.jinahya : xlet-state-machine

Maven & Gradle

Jan 07, 2012

xlet-state-machine

<dependency>
    <groupId>com.googlecode.jinahya</groupId>
    <artifactId>xlet-state-machine</artifactId>
    <version>1.0-alpha-17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jinahya : xlet-state-machine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0-alpha-17
  • Latest Alpha: 1.0-alpha-17

All Versions

Choose a version of com.googlecode.jinahya : xlet-state-machine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
xlet-state-machine-1.0-alpha-17
xlet-state-machine-1.0-alpha-16
xlet-state-machine-1.0-alpha-15
xlet-state-machine-1.0-alpha-14
xlet-state-machine-1.0-alpha-13
xlet-state-machine-1.0-alpha-12
xlet-state-machine-1.0-alpha-11
xlet-state-machine-1.0-alpha-9
xlet-state-machine-1.0-alpha-8
xlet-state-machine-1.0-alpha-7
xlet-state-machine-1.0-alpha-6
xlet-state-machine-1.0-alpha-4
xlet-state-machine-1.0-alpha-3
xlet-state-machine-1.0-alpha-2
xlet-state-machine-1.0-alpha-1

How to add a dependency to Maven

Add the following com.googlecode.jinahya : xlet-state-machine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jinahya</groupId>
    <artifactId>xlet-state-machine</artifactId>
    <version>1.0-alpha-17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jinahya : xlet-state-machine gradle dependency to your build.gradle file:

implementation 'com.googlecode.jinahya:xlet-state-machine:1.0-alpha-17'

Gradle Kotlin DSL: Add the following com.googlecode.jinahya : xlet-state-machine gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jinahya:xlet-state-machine:1.0-alpha-17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jinahya : xlet-state-machine sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jinahya" % "xlet-state-machine" % "1.0-alpha-17"