is not current version
Last Version 2.0

net.liftweb:lift-machine 0.10

Lift's State Machine

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-machine
Version

Version

0.10
Type

Type

jar

Download lift-machine 0.10


<!-- https://jarcasting.com/artifacts/net.liftweb/lift-machine/ -->
<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-machine</artifactId>
    <version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-machine/
implementation 'net.liftweb:lift-machine:0.10'
// https://jarcasting.com/artifacts/net.liftweb/lift-machine/
implementation ("net.liftweb:lift-machine:0.10")
'net.liftweb:lift-machine:jar:0.10'
<dependency org="net.liftweb" name="lift-machine" rev="0.10">
  <artifact name="lift-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-machine', version='0.10')
)
libraryDependencies += "net.liftweb" % "lift-machine" % "0.10"
[net.liftweb/lift-machine "0.10"]