<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-wizard</artifactId> <version>1.1-M4</version> </dependency>
implementation 'net.liftweb:lift-wizard:1.1-M4'
implementation("net.liftweb:lift-wizard:1.1-M4")
libraryDependencies += "net.liftweb" % "lift-wizard" % "1.1-M4"
@Grapes( @Grab(group='net.liftweb', module='lift-wizard', version='1.1-M4') )
<dependency org="net.liftweb" name="lift-wizard" rev="1.1-M4" />
[net.liftweb/lift-wizard "1.1-M4"]
'net.liftweb:lift-wizard:jar:1.1-M4'
<parent> <groupId>net.liftweb</groupId> <artifactId>lift</artifactId> <version>1.1-M4</version> </parent>
compile
|-- net.liftweb:lift-util
|-- net.liftweb:lift-webkit
|-- org.scala-lang:scala-library
test
|-- org.scala-tools.testing:specs:1.5.0
|-- org.scalacheck:scalacheck:1.5
|-- org.scala-tools.testing:scalatest:0.9.4
|-- junit:junit:4.5
|-- org.mortbay.jetty:jetty
|-- net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:1.4.1