<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-wizard</artifactId> <version>1.1-M5</version> </dependency>
implementation 'net.liftweb:lift-wizard:1.1-M5'
implementation("net.liftweb:lift-wizard:1.1-M5")
libraryDependencies += "net.liftweb" % "lift-wizard" % "1.1-M5"
@Grapes( @Grab(group='net.liftweb', module='lift-wizard', version='1.1-M5') )
<dependency org="net.liftweb" name="lift-wizard" rev="1.1-M5" />
[net.liftweb/lift-wizard "1.1-M5"]
'net.liftweb:lift-wizard:jar:1.1-M5'
<parent> <groupId>net.liftweb</groupId> <artifactId>lift</artifactId> <version>1.1-M5</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.5
|-- junit:junit:4.5
|-- org.mortbay.jetty:jetty
|-- net.sourceforge.jwebunit:jwebunit-htmlunit-plugin:1.4.1